Skip to content

Commit 28335f2

Browse files
Fix formatting
1 parent 072ab4a commit 28335f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

terraform/crater/agent.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ resource "aws_iam_role_policy_attachment" "agent_pull_ecr" {
5454
}
5555

5656
data "aws_ssm_parameter" "token" {
57-
name = "/prod/ansible/crater-gcp-2/crater-token"
58-
with_decryption = false
57+
name = "/prod/ansible/crater-gcp-2/crater-token"
58+
with_decryption = false
5959
}
6060

6161
resource "aws_iam_policy" "read_crater_token" {

terraform/rustc-ci/impl/artifacts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module "artifacts_cdn" {
126126
}
127127

128128
data "aws_s3_bucket" "inventories" {
129-
bucket = "rust-inventories"
129+
bucket = "rust-inventories"
130130
}
131131

132132
resource "aws_s3_bucket_inventory" "artifacts" {

0 commit comments

Comments
 (0)