File tree Expand file tree Collapse file tree 8 files changed +37
-30
lines changed
public-private-database-subnet
public-private-subnet-single-nat-gateway Expand file tree Collapse file tree 8 files changed +37
-30
lines changed Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
13- - uses : actions/setup-python@v6
14- - uses : pre-commit/action@v3.0.1
12+ - uses : actions/checkout@v4
13+
14+ - uses : actions/setup-python@v5
15+ with :
16+ python-version : " 3.x"
17+
18+ - name : Setup Terraform
19+ uses : hashicorp/setup-terraform@v3
20+ with :
21+ terraform_version : 1.9.8
22+
23+ - uses : pre-commit/action@v3.0.1
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "aws" {
66# # Vpc Module call.
77# #======================================================================
88module "vpc" {
9- source = " https://github.com/opszero/terraform-aws-subnet .git"
9+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "aws" {
66# # Vpc Module call.
77# #===========================================================================
88module "vpc" {
9- source = " https://github.com/opszero/terraform-aws-subnet .git"
9+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ provider "aws" {
77# # Vpc Module call.
88# #=============================================================================
99module "vpc" {
10- source = " https://github.com/opszero/terraform-aws-subnet .git"
10+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1111 name = " test"
1212 cidr_block = " 10.0.0.0/16"
1313}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "aws" {
66# # Vpc Module call.
77# #============================================================================
88module "vpc" {
9- source = " https://github.com/opszero/terraform-aws-subnet .git"
9+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "aws" {
66# # Vpc Module call.
77# #============================================================================
88module "vpc" {
9- source = " https://github.com/opszero/terraform-aws-subnet .git"
9+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ provider "aws" {
66# # Vpc Module call.
77# #=======================================================================
88module "vpc" {
9- source = " https://github.com/opszero/terraform-aws-subnet .git"
9+ source = " git:: https://github.com/opszero/terraform-aws-vpc .git?ref=v1.0.1 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
You can’t perform that action at this time.
0 commit comments