Skip to content

Commit 20944dc

Browse files
committed
terraform
1 parent d38e5e1 commit 20944dc

65 files changed

Lines changed: 3 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure/templates/post-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ steps:
5959
echo Apigee environment: $APIGEE_ENVIRONMENT
6060
echo pr_no: $pr_no
6161
62-
cd terraform
62+
cd infrastructure/terraform
6363
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6464
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
6565

azure/templates/post-prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
- bash: |
1919
pwd
2020
ls -la
21-
cd terraform
21+
cd infrastructure/terraform
2222
displayName: 'Check Directory and Navigate to Terraform for AWS Deployment'
2323
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"
2424
@@ -35,7 +35,7 @@ steps:
3535
echo workspace: $workspace
3636
echo AWS environment: $APIGEE_ENVIRONMENT
3737
38-
cd terraform
38+
cd infrastructure/terraform
3939
4040
make init environment=${{ parameters.aws_account_type }} sub_environment=$workspace
4141
make apply environment=${{ parameters.aws_account_type }} sub_environment=$workspace
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)