This repository was archived by the owner on Jan 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +46
-32
lines changed
vault-security-group-rules Expand file tree Collapse file tree 16 files changed +46
-32
lines changed Original file line number Diff line number Diff line change 11defaults : &defaults
22 docker :
3- - image : 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.16-tf15.1-tg29.0
3+ - image : 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.16-tf1.0-tg31.1-pck1.7
44version : 2
55jobs :
66 test :
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 11terraform {
2- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
2+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
33 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
4- # forwards compatible with 0.15 .x code.
4+ # forwards compatible with 1.0 .x code.
55 required_version = " >= 0.12.26"
66}
77
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 22# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
33# ----------------------------------------------------------------------------------------------------------------------
44terraform {
5- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
5+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
66 # 0.12.26 as the minimum version, as that version added support for required_providers with source URLs, making it
7- # forwards compatible with 0.15 .x code.
7+ # forwards compatible with 1.0 .x code.
88 required_version = " >= 0.12.26"
99}
1010
Original file line number Diff line number Diff line change 99# REQUIRE A SPECIFIC TERRAFORM VERSION OR HIGHER
1010# ----------------------------------------------------------------------------------------------------------------------
1111terraform {
12- # This module is now only being tested with Terraform 0.15 .x. However, to make upgrading easier, we are setting
12+ # This module is now only being tested with Terraform 1.0 .x. However, to make upgrading easier, we are setting
1313 # 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.15 .x code.
14+ # forwards compatible with 1.0 .x code.
1515 required_version = " >= 0.12.26"
1616}
1717
You can’t perform that action at this time.
0 commit comments