This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +40
-10
lines changed
couchbase-cluster-simple-dns-tls
couchbase-multi-datacenter-replication
couchbase-server-security-group-rules
load-balancer-target-group
sync-gateway-security-group-rules Expand file tree Collapse file tree 10 files changed +40
-10
lines changed Original file line number Diff line number Diff line change 1010# ----------------------------------------------------------------------------------------------------------------------
1111
1212terraform {
13- required_version = " >= 0.12"
13+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
14+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
15+ # forwards compatible with 0.13.x code.
16+ required_version = " >= 0.12.26"
1417}
1518
1619# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1212# ----------------------------------------------------------------------------------------------------------------------
1313
1414terraform {
15- required_version = " >= 0.12"
15+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
16+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
17+ # forwards compatible with 0.13.x code.
18+ required_version = " >= 0.12.26"
1619}
1720
1821# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 99# ----------------------------------------------------------------------------------------------------------------------
1010
1111terraform {
12- required_version = " >= 0.12"
12+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
13+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
14+ # forwards compatible with 0.13.x code.
15+ required_version = " >= 0.12.26"
1316}
1417
1518provider "aws" {
Original file line number Diff line number Diff line change 1111# ----------------------------------------------------------------------------------------------------------------------
1212
1313terraform {
14- required_version = " >= 0.12"
14+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
15+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
16+ # forwards compatible with 0.13.x code.
17+ required_version = " >= 0.12.26"
1518}
1619
1720# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 44# ----------------------------------------------------------------------------------------------------------------------
55
66terraform {
7- required_version = " >= 0.12"
7+ # This module is now only being tested with Terraform 0.13.x. However, to make upgrading easier, we are setting
8+ # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
9+ # forwards compatible with 0.13.x code.
10+ required_version = " >= 0.12.26"
811}
912
1013# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments