Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 4, 2023
1 parent ae95f8c commit 6b14abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ locals {
"nacls" = "aws-vpc-setup/nacls"
"peer" = "aws-vpc-setup/peer"
"routing" = "aws-vpc-setup/routing"
"route53-zone-assoication/vpc" = "aws-vpc/setup/route53-zone-association/vpc"
"route53-zone-assoication/zone" = "aws-vpc/setup/route53-zone-association/zone"
"route53-zone-assoication/terraform-role" = "aws-vpc/setup/route53-zone-association/terraform-role"
"route53-zone-assoication/lambda-role" = "aws-vpc/setup/route53-zone-association/lambda-role"
"route53-zone-assoication/vpc" = "aws-vpc-setup/route53-zone-association/vpc"
"route53-zone-assoication/zone" = "aws-vpc-setup/route53-zone-association/zone"
"route53-zone-assoication/terraform-role" = "aws-vpc-setup/route53-zone-association/terraform-role"
"route53-zone-assoication/lambda-role" = "aws-vpc-setup/route53-zone-association/lambda-role"
"security-groups" = "aws-vpc-setup/security-groups"
"share-resources" = "aws-vpc-setup/share-resources"
"subnets" = "aws-vpc-setup/subnets"
Expand Down

0 comments on commit 6b14abb

Please sign in to comment.