generated from terraform-ibm-modules/terraform-ibm-module-template
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
fully configurable elasticsearch solution #428
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 16 commits
      Commits
    
    
            Show all changes
          
          
            22 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      09422f5
              
                fully configurable elasticsearch solution
              
              
                whoffler 506f89c
              
                SKIP UPGRADE TEST
              
              
                whoffler 2b106d2
              
                SKIP UPGRADE TEST
              
              
                whoffler 919868d
              
                SKIP UPGRADE TEST
              
              
                whoffler 668cff5
              
                SKIP UPGRADE TEST, add kms_encryption_enabled variable
              
              
                whoffler f210098
              
                update required variables in ibmcatalog
              
              
                whoffler f4bf8fd
              
                updated prefix, added empty provider.tf
              
              
                whoffler d3510e1
              
                remove 'use_default_backup_encryption_key' from sec-enf, update valid…
              
              
                whoffler 29b07df
              
                SKIP UPGRADE TEST update catalog validation values
              
              
                whoffler 31c356e
              
                SKIP UPGRADE TEST fix validation
              
              
                whoffler ebf08ea
              
                SKIP UPGRADE TEST updated to use redis as template
              
              
                whoffler 7ffd58b
              
                SKIP UPGRADE TEST small update
              
              
                whoffler 639061d
              
                SKIP UPGRADE TEST update digram
              
              
                whoffler 19a4b75
              
                enhance da, remove use_ibmcloud_encryption, update upgrade test
              
              
                whoffler bc8a701
              
                align with redis
              
              
                whoffler 882a1ea
              
                rebase on redis
              
              
                whoffler 1e6e255
              
                address feedback
              
              
                whoffler 13e235f
              
                update
              
              
                whoffler 8075a79
              
                update diagram
              
              
                whoffler 5df79da
              
                remove default version from ibmcatalog
              
              
                whoffler 0d60484
              
                update se and fc users input descriptions
              
              
                whoffler 88c84b9
              
                update auto_scaling and skip_redis_kms_auth_policy descriptions
              
              
                whoffler 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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
  Submodule common-dev-assets
    updated
      
        8 files
      
      
    
  
    
      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 | 
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| # More info about this file at https://github.com/terraform-ibm-modules/common-pipeline-assets/blob/main/.github/workflows/terraform-test-pipeline.md#cra-config-yaml | ||
| version: "v1" | ||
| CRA_TARGETS: | ||
| - CRA_TARGET: "solutions/standard" # Target directory for CRA scan. If not provided, the CRA Scan will not be run. | ||
| - CRA_TARGET: "solutions/fully-configurable" # Target directory for CRA scan. If not provided, the CRA Scan will not be run. | ||
| CRA_IGNORE_RULES_FILE: "cra-tf-validate-ignore-rules.json" # CRA Ignore file to use. If not provided, it checks the repo root directory for `cra-tf-validate-ignore-rules.json` | ||
| PROFILE_ID: "fe96bd4d-9b37-40f2-b39f-a62760e326a3" # SCC profile ID (currently set to 'IBM Cloud Framework for Financial Services' '1.7.0' profile). | ||
| CRA_ENVIRONMENT_VARIABLES: | ||
| TF_VAR_prefix: "test" | ||
| TF_VAR_kms_encryption_enabled: true | ||
| TF_VAR_existing_kms_instance_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9::" | ||
| TF_VAR_existing_kms_key_crn: "crn:v1:bluemix:public:hs-crypto:us-south:a/abac0df06b644a9cabc6e44f55b3880e:e6dce284-e80f-46e1-a3c1-830f7adff7a9:key:76170fae-4e0c-48c3-8ebe-326059ebb533" | ||
| TF_VAR_provider_visibility: "public" | ||
| TF_VAR_resource_group_name: "test-es-cra" | ||
| TF_VAR_use_existing_resource_group: false | ||
| TF_VAR_existing_resource_group_name: "geretain-test-elasticsearch" | ||
  
    
      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 | 
|---|---|---|
|  | @@ -5,7 +5,7 @@ terraform { | |
| # module's version.tf (basic example), and 1 example that will always use the latest provider version (complete example). | ||
| ibm = { | ||
| source = "IBM-Cloud/ibm" | ||
| version = ">=1.70.0, <2.0.0" | ||
| version = ">=1.70.2, <2.0.0" | ||
|          | ||
| } | ||
| } | ||
| } | ||
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  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.