Skip to content

Commit

Permalink
remove .old
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 12, 2023
1 parent cec3bf3 commit 277cdc5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 61 deletions.
23 changes: 23 additions & 0 deletions examples/full-setup-tf-upgrade/apps/dns/associate-zones.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
locals {
forward_zone_list = []
}

## provider "aws" {
## alias = "route53_ma3"
## region = var.region_map["west"]
## assume_role {
## role_arn = format("arn:%v:iam::%v:role/r-inf-terraform-route53", data.aws_arn.current.partition, var.route53_endpoints["route53_ma3"].account_id)
## session_name = var.os_username
## }
## }

## module "route53_do2_zones" {
## providers = {
## aws.self = aws
## aws.peer = aws.route53_main_legacy
## }
##
## source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//route53-zone-association/vpc?ref=tf-upgrade"
## vpc_id = local.vpc_id
## zones = local.forward_zone_list
## }

This file was deleted.

19 changes: 0 additions & 19 deletions examples/full-setup-tf-upgrade/variables.subnets.auto.tfvars.old

This file was deleted.

31 changes: 0 additions & 31 deletions examples/full-setup-tf-upgrade/variables.vpc.auto.tfvars.old

This file was deleted.

0 comments on commit 277cdc5

Please sign in to comment.