File tree Expand file tree Collapse file tree 5 files changed +9
-13
lines changed
Expand file tree Collapse file tree 5 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ defaults: &defaults
2929version : 2.1
3030
3131orbs :
32- terraform : ovotech/terraform@1
32+ terraform : ovotech/terraform-v2@2
3333
3434jobs :
3535 goreleaser :
7575 pip3 install awscli
7676 aws s3 cp $TARGET_FILE s3://ckr-terraform-module-code --acl public-read
7777 tf_check_aws :
78- executor : terraform/terraform-0_12
78+ executor : terraform/default
7979 steps :
8080 - checkout
8181 - terraform/fmt-check :
8686 # of the module needs to do that.
8787
8888 tf_check_gcp :
89- executor : terraform/terraform-0_12
89+ executor : terraform/default
9090 steps :
9191 - checkout
9292 - terraform/fmt-check :
9595 path : tf_module/ckr_gcp
9696
9797 publish_aws_tf_module :
98- executor : terraform/terraform-0_12
98+ executor : terraform/default
9999 steps :
100100 - checkout
101101 - run :
@@ -108,7 +108,7 @@ jobs:
108108 version_file_path : tf_module/ckr_aws/module_version.txt
109109
110110 publish_gcp_tf_module :
111- executor : terraform/terraform-0_12
111+ executor : terraform/default
112112 steps :
113113 - checkout
114114 - run :
Original file line number Diff line number Diff line change 1- terraform {
2- # version >= 0.15.0 will break as the terraform orb v1 doesn't support it
3- required_version = " < 0.15.0"
4- }
1+ terraform {}
52
63data "aws_caller_identity" "current" {}
74
Original file line number Diff line number Diff line change 1- 0.1.3
1+ 0.1.4
Original file line number Diff line number Diff line change 11terraform {
2- # version >= 0.15.0 will break as the terraform orb v1 doesn't support it
3- required_version = " >= 0.12.6, < 0.15.0"
2+ required_version = " >= 0.12.6"
43}
54
65locals {
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
You can’t perform that action at this time.
0 commit comments