diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ee7b2b2..5427699f1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## vNext +- rename pipeline credentials inputs + ## v0.33.4 - Upgrade aws provider to v2.65.0 to fix SES configuration set. [terraform-provider-aws #12024](https://github.com/hashicorp/terraform-provider-aws/pull/12024) - Add firewall manager to principal IAM policy. diff --git a/pipelines/pipeline.yml b/pipelines/pipeline.yml index a9e38b1ae..22d0c19b6 100644 --- a/pipelines/pipeline.yml +++ b/pipelines/pipeline.yml @@ -152,7 +152,7 @@ stages: - task: AWSShellScript@1 displayName: "Lease DCE Account" inputs: - awsCredentials: "AWS_DCE_API_NONPROD" + awsCredentials: "AWS_DCE_API_ADMIN_NONPROD" regionName: "us-east-1" scriptType: "inline" inlineScript: | @@ -311,7 +311,7 @@ stages: - task: AWSShellScript@1 displayName: "DCE Lease Login" inputs: - awsCredentials: "AWS_DCE_API_NONPROD" + awsCredentials: "AWS_DCE_API_ADMIN_NONPROD" regionName: "us-east-1" scriptType: "inline" inlineScript: | @@ -344,7 +344,7 @@ stages: - task: AWSShellScript@1 displayName: "DCE Lease End" inputs: - awsCredentials: "AWS_DCE_API_NONPROD" + awsCredentials: "AWS_DCE_API_ADMIN_NONPROD" regionName: "us-east-1" scriptType: "inline" inlineScript: |