File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
public-private-database-subnet
public-private-subnet-single-nat-gateway Expand file tree Collapse file tree 6 files changed +6
-6
lines changed 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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
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@ github.com: opszero/terraform-aws-vpc?ref=v1.0.0 "
1010 name = " test"
1111 cidr_block = " 10.0.0.0/16"
1212}
You can’t perform that action at this time.
0 commit comments