Skip to content

Commit

Permalink
change account Id
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 11, 2024
1 parent 233213c commit 4a9b84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioning/testdata/cluster-basic-no-id-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster": {
"cloudProvider": "ENUM_CLOUD_PROVIDER_AWS",
"cloudProviderCredentialsId": "arn:aws:iam::026281491146:role/porter-manager",
"cloudProviderCredentialsId": "arn:aws:iam::081277119371:role/porter-manager",
"eksKind": {
"clusterName": "integration-test",
"clusterVersion": "v1.27.0",
Expand Down
2 changes: 1 addition & 1 deletion provisioning/testdata/cluster-basic-with-id-template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cluster": {
"cloudProvider": "ENUM_CLOUD_PROVIDER_AWS",
"cloudProviderCredentialsId": "arn:aws:iam::026281491146:role/porter-manager",
"cloudProviderCredentialsId": "arn:aws:iam::081277119371:role/porter-manager",
"eksKind": {
"clusterName": "integration-test",
"clusterVersion": "v1.27.0",
Expand Down

0 comments on commit 4a9b84f

Please sign in to comment.