Skip to content

Commit

Permalink
Feature/keyrotation (#393)
Browse files Browse the repository at this point in the history
* rename pipeline credentials inputs
  • Loading branch information
jayanandagit authored Feb 1, 2021
1 parent f4a1c1c commit 9a4dc21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 9a4dc21

Please sign in to comment.