Skip to content

Commit

Permalink
tmp: import existing records to this state file
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 3, 2024
1 parent ffe1f06 commit ca51a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform-plan-with-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
pushd ./terraform-incubator/home-unite-us/dev
terraform init
# terraform import aws_route53_zone.original 'Z03829196Z0VAL9Q8CZ'
terraform import aws_route53_record.root_a_record Z03829196Z0VAL9Q8CZ_homeunite.us_A
terraform import aws_route53_record.dev_a_record Z03829196Z0VAL9Q8CZ_dev.homeunite.us_A
terraform plan -out tf.plan
terraform apply tf.plan
popd
# - name: Login to Amazon ECR
# id: login-ecr
# uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit ca51a93

Please sign in to comment.