generated from terraform-ibm-modules/terraform-ibm-module-template
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
remove account config dep #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    Changes from 3 commits
      Commits
    
    
            Show all changes
          
          
            10 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      a2c88ce
              
                remove ac dep
              
              
                daniel-butler-irl fd28bab
              
                add rg mapping
              
              
                daniel-butler-irl eace99c
              
                update versions
              
              
                daniel-butler-irl e5f13c0
              
                update cloud logs version
              
              
                daniel-butler-irl cff6fbd
              
                Update ibm_catalog.json
              
              
                daniel-butler-irl 0ff80c1
              
                filx line end
              
              
                daniel-butler-irl 51d41b3
              
                fix typo
              
              
                daniel-butler-irl e54320a
              
                fix type for real ;)
              
              
                daniel-butler-irl 12d73d8
              
                update common dev
              
              
                daniel-butler-irl 57e32e6
              
                fix configuration name
              
              
                daniel-butler-irl File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -108,7 +108,10 @@ | |
| }, | ||
| { | ||
| "key": "prefix", | ||
| "required": true, | ||
| "default_value": "dev", | ||
| "random_string": { | ||
| "length": 4 | ||
| }, | ||
| "value_constraints": [ | ||
| { | ||
| "type": "regex", | ||
|  | @@ -169,6 +172,21 @@ | |
| } | ||
| ] | ||
| }, | ||
| { | ||
| "key": "existing_resource_group", | ||
| "display_name": "resource_group", | ||
| "custom_config": { | ||
| "type": "resource_group", | ||
| "grouping": "deployment", | ||
| "original_grouping": "deployment", | ||
| "config_constraints": { | ||
| "identifier": "rg_name" | ||
| } | ||
| }, | ||
| "default_value": "Default", | ||
| "description": "The name of an existing resource group to provision the resources.", | ||
| "virtual": true | ||
| }, | ||
| { | ||
| "key": "enable_activity_tracker_event_routing_to_cloud_logs" | ||
| }, | ||
|  | @@ -350,7 +368,7 @@ | |
| "name": "deploy-arch-ibm-cos", | ||
| "description": "Enable this to create an IBM Cloud Object Storage(COS) instance. The buckets to store events will be created by the Activity Tracker Event Routing deployable architecture.", | ||
| "id": "68921490-2778-4930-ac6d-bae7be6cd958-global", | ||
| "version": "v10.2.21", | ||
| "version": "v10.5.0", | ||
| "flavors": [ | ||
| "instance" | ||
| ], | ||
|  | @@ -362,6 +380,11 @@ | |
| "dependency_output": "cos_instance_crn", | ||
| "version_input": "existing_cos_instance_crn" | ||
| }, | ||
| { | ||
| "dependency_input": "existing_resource_group_name", | ||
| "version_input": "existing_resource_group_name", | ||
| "reference_version": true | ||
| }, | ||
| { | ||
| "dependency_input": "prefix", | ||
| "version_input": "prefix", | ||
|  | @@ -377,7 +400,7 @@ | |
| "name": "deploy-arch-ibm-kms", | ||
| "description": "Enable when you want to create your own managed keys to encrypt the buckets. Select only if existing KMS instance or Key is not provided. ", | ||
| "id": "2cad4789-fa90-4886-9c9e-857081c273ee-global", | ||
| "version": "v5.1.27", | ||
| "version": "v5.4.0", | ||
| "flavors": [ | ||
| "fully-configurable" | ||
| ], | ||
|  | @@ -402,6 +425,11 @@ | |
| "dependency_input": "region", | ||
| "version_input": "region", | ||
| "reference_version": true | ||
| }, | ||
| { | ||
| "dependency_input": "existing_resource_group_name", | ||
| "version_input": "existing_resource_group_name", | ||
| "reference_version": true | ||
| } | ||
| ] | ||
| }, | ||
|  | @@ -413,7 +441,7 @@ | |
| "fully-configurable" | ||
| ], | ||
| "id": "63d8ae58-fbf3-41ce-b844-0fb5b85882ab-global", | ||
| "version": "v1.6.28", | ||
| "version": "v1.7.0", | ||
| "optional": true, | ||
| "on_by_default": true, | ||
| "input_mapping": [ | ||
|  | @@ -429,14 +457,19 @@ | |
| { | ||
| "version_input": "enable_activity_tracker_event_routing_to_cloud_logs", | ||
| "value": true | ||
| }, | ||
| { | ||
| "dependency_input": "existing_resource_group_name", | ||
| "version_input": "existing_resource_group_name", | ||
| "reference_version": true | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "deploy-arch-ibm-cloud-monitoring", | ||
| "description": "Configure IBM Cloud Monitoring to collect the platform metrics.", | ||
| "id": "73debdbf-894f-4c14-81c7-5ece3a70b67d-global", | ||
| "version": "v1.7.2", | ||
| "version": "v1.9.0", | ||
| "flavors": [ | ||
| "fully-configurable" | ||
| ], | ||
|  | @@ -457,6 +490,11 @@ | |
| "dependency_input": "region", | ||
| "version_input": "region", | ||
| "reference_version": true | ||
| }, | ||
| { | ||
| "dependency_input": "existing_resource_group_name", | ||
| "version_input": "existing_resource_group_name", | ||
| "reference_version": true | ||
| } | ||
| ] | ||
| } | ||
|  | @@ -577,4 +615,4 @@ | |
| ] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
|          | ||
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.