Skip to content

Commit

Permalink
setting to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 committed Oct 6, 2021
1 parent a59df48 commit fac4430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-environments/aws/dev/10-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ provider "aws" {
# VPC
#
module "vpc" {
source = "github.com/ManagedKube/kubernetes-ops//terraform-modules/aws/vpc?ref=vpc"
source = "github.com/ManagedKube/kubernetes-ops//terraform-modules/aws/vpc?ref=main"

aws_region = var.aws_region
azs = ["us-east-1a", "us-east-1c", "us-east-1d"]
Expand Down

0 comments on commit fac4430

Please sign in to comment.