Skip to content

Commit

Permalink
Merge branch 'master' into CLOUDP-213302_backup
Browse files Browse the repository at this point in the history
* master:
  test: Introduces shared cluster resource for running search index tests (#2086)
  doc: Generates v1.15.3 (#2095)
  chore: Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#2089)
  chore: Bump github.com/mongodb-forks/digest from 1.0.5 to 1.1.0 (#2087)
  chore: Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#2091)
  chore: Bump tj-actions/verify-changed-files (#2092)
  chore: Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.8 (#2088)
  test: Converting a test case to a migration test (#2081)
  chore: Fixes Slack notification button to GH action run text (#2093)
  doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of cluster and advanced cluster might lead to error (#2080)
  doc: Fixes import command in third_party_integration doc (#2083)
  • Loading branch information
lantoli committed Apr 1, 2024
2 parents d1b545b + 01f585c commit 410e0d2
Show file tree
Hide file tree
Showing 21 changed files with 538 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Expand Up @@ -112,7 +112,7 @@ jobs:
"type": "button",
"text": {
"type": "plain_text",
"text": ":github: $action_text"
"text": ":github: Failed action"
},
"url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Update files
run: make tools update-atlas-sdk
- name: Verify Changed files
uses: tj-actions/verify-changed-files@843c0b95f87cd81a2efe729380c6d1f11fb3ea12
uses: tj-actions/verify-changed-files@1e517a7f5663673148ceb7c09c1900e5af48e7a1
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_tf_compatibility_matrix.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make update-tf-compatibility-matrix
- name: Verify Changed files
uses: tj-actions/verify-changed-files@843c0b95f87cd81a2efe729380c6d1f11fb3ea12
uses: tj-actions/verify-changed-files@1e517a7f5663673148ceb7c09c1900e5af48e7a1
id: verify-changed-files
- name: Create PR
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e
Expand Down
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v1.15.2
since-tag=v1.15.1
future-release=v1.15.3
since-tag=v1.15.2
date-format=%Y-%m-%d
base=CHANGELOG.md
62 changes: 62 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,67 @@
# Changelog

## [v1.15.3](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.15.3) (2024-03-27)

[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.15.2...v1.15.3)

**Bug Fixes**

- fix: Fixes `network_container` resource update [\#2055](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2055) ([lantoli](https://github.com/lantoli))
- fix: Uses `overwriteBackupPolicies` in `mongodbatlas_backup_compliance_policy` to avoid overwriting non complying backup policies in updates [\#2054](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2054) ([maastha](https://github.com/maastha))

**Internal Improvements**

- chore: Allows user to specify to use an existing tag for release [\#2053](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2053) ([maastha](https://github.com/maastha))
- chore: Fixes Slack notification button to GH action run text [\#2093](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2093) ([oarbusi](https://github.com/oarbusi))
- doc: Fixes import command in `mongodbatlas_third_party_integration` doc [\#2083](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2083) ([zach-carr](https://github.com/zach-carr))
- chore: Reuses project in tests - `mongodbatlas_auditing` [\#2082](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2082) ([lantoli](https://github.com/lantoli))
- test: Converting a test case to a migration test [\#2081](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2081) ([EspenAlbert](https://github.com/EspenAlbert))
- doc: Specifies that upgrades From Replica Sets to Multi-Sharded Instances of `mongodbatlas_cluster` and `mongodbatlas_advanced_cluster` might lead to error [\#2080](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2080) ([oarbusi](https://github.com/oarbusi))
- chore: Reuses project in tests - `mongodbatlas_project` [\#2078](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2078) ([lantoli](https://github.com/lantoli))
- doc: Adds an example using `ignore_changes` when `autoscaling` is enabled [\#2077](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2077) ([zach-carr](https://github.com/zach-carr))
- chore: Uses mocks for unit tests in Atlas Go SDK [\#2075](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2075) ([lantoli](https://github.com/lantoli))
- chore: Updates Atlas Go SDK [\#2074](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2074) ([github-actions[bot]](https://github.com/apps/github-actions))
- doc: Improve Readme Requirements to point to section in HashiCorp Registry Docs [\#2073](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2073) ([Zuhairahmed](https://github.com/Zuhairahmed))
- doc: Updates bug report to include Terraform version support guidance [\#2072](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2072) ([maastha](https://github.com/maastha))
- chore: Fixes send notification when test suite fails [\#2071](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2071) ([oarbusi](https://github.com/oarbusi))
- chore: Fixes federated test [\#2070](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2070) ([lantoli](https://github.com/lantoli))
- chore: Follow up to use global mig project in tests [\#2068](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2068) ([lantoli](https://github.com/lantoli))
- chore: Reuses project in tests - `mongodbatlas_project_ip_access_list` [\#2067](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2067) ([lantoli](https://github.com/lantoli))
- chore: Adds mig tests and refactor - `mongodbatlas_search_index` [\#2065](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2065) ([lantoli](https://github.com/lantoli))
- chore: Corrects order of checks in `data_source_federated_settings_identity_providers_test` [\#2064](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2064) ([oarbusi](https://github.com/oarbusi))
- chore: Removes old service from mockery [\#2063](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2063) ([EspenAlbert](https://github.com/EspenAlbert))
- chore: Enables Github action linter and removes set terminal in release action [\#2062](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2062) ([lantoli](https://github.com/lantoli))
- chore: Allows `MONGODB_ATLAS_PROJECT_ID` for local executions [\#2060](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2060) ([lantoli](https://github.com/lantoli))
- doc: Clarifies private endpoint resource docs [\#2059](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2059) ([zach-carr](https://github.com/zach-carr))
- chore: Automates changing Terraform supported versions in provider documentation [\#2058](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2058) ([maastha](https://github.com/maastha))
- test: Enables simulation of cloud-dev using hoverfly in alert configuration acceptance tests [\#2057](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2057) ([AgustinBettati](https://github.com/AgustinBettati))
- refactor: Uses mocks on `admin.APIClient` instead of custom `ClusterService` [\#2056](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2056) ([EspenAlbert](https://github.com/EspenAlbert))
- chore: Send Slack message for Terraform Compatibility Matrix is executed [\#2052](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2052) ([oarbusi](https://github.com/oarbusi))
- chore: Follow-up to Atlas SDK upgrade [\#2051](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2051) ([lantoli](https://github.com/lantoli))
- chore: Fixes test names for `mongodbatlas_network_container` resource [\#2046](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2046) ([lantoli](https://github.com/lantoli))
- refactor: Uses mocks on admin.APIClient for Project+Teams+ClustersAPIs instead of custom service [\#2045](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2045) ([EspenAlbert](https://github.com/EspenAlbert))
- chore: Updates Atlas Go SDK [\#2044](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2044) ([github-actions[bot]](https://github.com/apps/github-actions))
- test: Mocks the EncryptionAtRestUsingCustomerKeyManagementApi instead of using custom service [\#2043](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2043) ([EspenAlbert](https://github.com/EspenAlbert))
- chore: Reuses project in tests for `mongodbatlas_advanced_cluster` resource [\#2042](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2042) ([lantoli](https://github.com/lantoli))
- doc: Updates online archive resource docs [\#2041](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2041) ([zach-carr](https://github.com/zach-carr))
- chore: Reuses project in tests for `mongodbatlas_cluster_outage_simulation` resource [\#2040](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2040) ([lantoli](https://github.com/lantoli))
- chore: Reuses project in tests for `mongodbatlas_network_container` resource [\#2039](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2039) ([lantoli](https://github.com/lantoli))
- chore: Reuses project in tests for `mongodbatlas_x509_authentication_database_user` resource [\#2038](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2038) ([lantoli](https://github.com/lantoli))
- chore: Reuses project in tests for `mongodbatlas_project_api_key` resource [\#2037](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2037) ([lantoli](https://github.com/lantoli))
- chore: Reuses project in tests for `mongodbatlas_cluster` resource [\#2036](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2036) ([lantoli](https://github.com/lantoli))
- chore: Bump tj-actions/verify-changed-files from 843c0b95f87cd81a2efe729380c6d1f11fb3ea12 to 1e517a7f5663673148ceb7c09c1900e5af48e7a1 [\#2092](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2092) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 [\#2091](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2091) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 [\#2089](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2089) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.8 [\#2088](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2088) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/mongodb-forks/digest from 1.0.5 to 1.1.0 [\#2087](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2087) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/aws/aws-sdk-go from 1.50.32 to 1.51.3 [\#2049](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2049) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 [\#2048](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2048) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump actions/checkout from 4.1.1 to 4.1.2 [\#2047](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2047) ([dependabot[bot]](https://github.com/apps/dependabot))

**Closed Issues**

- \[Bug\]: Removing `mongodbatlas_cloud_backup_schedule` resource is resulting in error `Continuous Cloud Backup cannot be on without an hourly policy item` [\#2029](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/2029)

## [v1.15.2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.15.2) (2024-03-15)

[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.15.1...v1.15.2)
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Expand Up @@ -3,11 +3,11 @@ module github.com/mongodb/terraform-provider-mongodbatlas
go 1.22

require (
github.com/aws/aws-sdk-go v1.51.3
github.com/aws/aws-sdk-go v1.51.8
github.com/go-test/deep v1.1.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl/v2 v2.20.0
github.com/hashicorp/hcl/v2 v2.20.1
github.com/hashicorp/terraform-plugin-framework v1.6.1
github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
Expand All @@ -17,10 +17,10 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-plugin-testing v1.7.0
github.com/mongodb-forks/digest v1.0.5
github.com/mongodb-forks/digest v1.1.0
github.com/spf13/cast v1.6.0
github.com/stretchr/testify v1.9.0
github.com/zclconf/go-cty v1.14.3
github.com/zclconf/go-cty v1.14.4
go.mongodb.org/atlas v0.36.0
go.mongodb.org/atlas-sdk/v20231001002 v20231001002.0.0
go.mongodb.org/atlas-sdk/v20231115008 v20231115008.1.0
Expand Down Expand Up @@ -122,6 +122,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
17 changes: 8 additions & 9 deletions go.sum
Expand Up @@ -236,8 +236,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY
github.com/aws/aws-sdk-go v1.15.78/go.mod h1:E3/ieXAlvM0XWO57iftYVDLLvQ824smPP3ATZkfNZeM=
github.com/aws/aws-sdk-go v1.37.0/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.44.122/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/aws-sdk-go v1.51.3 h1:OqSyEXcJwf/XhZNVpMRgKlLA9nmbo5X8dwbll4RWxq8=
github.com/aws/aws-sdk-go v1.51.3/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.51.8 h1:tD7gQq5XKuKdhA6UMEH26ZNQH0s+HbL95rzv/ACz5TQ=
github.com/aws/aws-sdk-go v1.51.8/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4=
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=
Expand Down Expand Up @@ -470,8 +470,8 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hashicorp/hcl/v2 v2.0.0/go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV3txagJ90=
github.com/hashicorp/hcl/v2 v2.8.2/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY=
github.com/hashicorp/hcl/v2 v2.20.0 h1:l++cRs/5jQOiKVvqXZm/P1ZEfVXJmvLS9WSVxkaeTb4=
github.com/hashicorp/hcl/v2 v2.20.0/go.mod h1:WmcD/Ym72MDOOx5F62Ly+leloeu6H7m0pG7VBiU6pQk=
github.com/hashicorp/hcl/v2 v2.20.1 h1:M6hgdyz7HYt1UN9e61j+qKJBqR3orTWbI1HKBJEdxtc=
github.com/hashicorp/hcl/v2 v2.20.1/go.mod h1:TZDqQ4kNKCbh1iJp99FdPiUaVDDUPivbqxZulxDYqL4=
github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=
github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64=
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 h1:Pc5TCv9mbxFN6UVX0LH6CpQrdTM5YjbVI2w15237Pjk=
Expand Down Expand Up @@ -552,7 +552,6 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.1/go.mod h1:FuOcm+DKB9mbwrcAfNl7/TZVBZ6rcnceauSikq3lYCQ=
Expand Down Expand Up @@ -595,8 +594,8 @@ github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx
github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mongodb-forks/digest v1.0.5 h1:EJu3wtLZcA0HCvsZpX5yuD193/sW9tHiNvrEM5apXMk=
github.com/mongodb-forks/digest v1.0.5/go.mod h1:rb+EX8zotClD5Dj4NdgxnJXG9nwrlx3NWKJ8xttz1Dg=
github.com/mongodb-forks/digest v1.1.0 h1:7eUdsR1BtqLv0mdNm4OXs6ddWvR4X2/OsLwdKksrOoc=
github.com/mongodb-forks/digest v1.1.0/go.mod h1:rb+EX8zotClD5Dj4NdgxnJXG9nwrlx3NWKJ8xttz1Dg=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
Expand Down Expand Up @@ -682,8 +681,8 @@ github.com/zclconf/go-cty v1.1.0/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLE
github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
github.com/zclconf/go-cty v1.2.1/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8=
github.com/zclconf/go-cty v1.8.2/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk=
github.com/zclconf/go-cty v1.14.3 h1:1JXy1XroaGrzZuG6X9dt7HL6s9AwbY+l4UNL8o5B6ho=
github.com/zclconf/go-cty v1.14.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=
github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8=
github.com/zclconf/go-cty-yaml v1.0.2 h1:dNyg4QLTrv2IfJpm7Wtxi55ed5gLGOlPrZ6kMd51hY0=
Expand Down
5 changes: 5 additions & 0 deletions internal/common/constant/cloud_region.go
@@ -0,0 +1,5 @@
package constant

const (
UsWest2 = "US_WEST_2"
)
5 changes: 5 additions & 0 deletions internal/common/constant/instance_size.go
@@ -0,0 +1,5 @@
package constant

const (
M10 = "M10"
)

0 comments on commit 410e0d2

Please sign in to comment.