This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +56
-35
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 13 files changed +56
-35
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ defaults: &defaults
55 image : circleci/classic:201711-01
66 environment :
77 GRUNTWORK_INSTALLER_VERSION : v0.0.29
8- TERRATEST_LOG_PARSER_VERSION : v0.29.0
9- MODULE_CI_VERSION : v0.28.1
10- TERRAFORM_VERSION : 0.12.29
8+ TERRATEST_LOG_PARSER_VERSION : v0.30.10
9+ MODULE_CI_VERSION : v0.29.0
10+ TERRAFORM_VERSION : 0.13.4
1111 TERRAGRUNT_VERSION : NONE
12- PACKER_VERSION : 1.4.1
12+ PACKER_VERSION : 1.6.4
1313 GOLANG_VERSION : 1.14
1414
1515version : 2
@@ -23,19 +23,10 @@ jobs:
2323 - run : echo 'export PATH=$HOME/.local/bin:$HOME/terraform:$HOME/packer:$PATH' >> $BASH_ENV
2424
2525 # Install Gruntwork and HashiCorp dependencies
26- - restore_cache :
27- keys :
28- - v2-external-dep
29- # Use the Gruntwork Installer to install the gruntwork-module-circleci-helpers
3026 - run : curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version "${GRUNTWORK_INSTALLER_VERSION}"
3127 - run : gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "${MODULE_CI_VERSION}"
3228 - run : gruntwork-install --binary-name "terratest_log_parser" --repo "https://github.com/gruntwork-io/terratest" --tag "${TERRATEST_LOG_PARSER_VERSION}"
3329 - run : configure-environment-for-gruntwork-module --terraform-version ${TERRAFORM_VERSION} --terragrunt-version ${TERRAGRUNT_VERSION} --packer-version ${PACKER_VERSION} --go-version ${GOLANG_VERSION}
34- - save_cache :
35- key : v2-external-dep
36- paths :
37- - $HOME/terraform
38- - $HOME/packer
3930
4031 # Install external dependencies
4132 - run : DEBIAN_FRONTEND=noninteractive sudo apt-get update && sudo apt-get install -y python-pip
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/gruntwork-io/pre-commit
3- rev : v0.0.2
3+ rev : v0.1.10
44 hooks :
55 - id : terraform-fmt
6+ - id : gofmt
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# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments