Skip to content

Commit

Permalink
DDLS-434c change state role to limited state write role (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren authored Jan 7, 2025
1 parent 8b75051 commit 99570c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docker-compose.behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ services:
env_file:
- .env

synchronisation:
restart: "no"
entrypoint: ["echo", "Service sync disabled"]

node-js:
image: opg-digideps-resources
build:
Expand Down
2 changes: 1 addition & 1 deletion terraform/account/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
encrypt = true
region = "eu-west-1"
assume_role = {
role_arn = "arn:aws:iam::311462405659:role/digideps-ci"
role_arn = "arn:aws:iam::311462405659:role/digideps-state-write"
}
dynamodb_table = "remote_lock"
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
encrypt = true
region = "eu-west-1"
assume_role = {
role_arn = "arn:aws:iam::311462405659:role/digideps-ci"
role_arn = "arn:aws:iam::311462405659:role/digideps-state-write"
}
dynamodb_table = "remote_lock"
}
Expand Down

0 comments on commit 99570c5

Please sign in to comment.