We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072ab4a commit 28335f2Copy full SHA for 28335f2
terraform/crater/agent.tf
@@ -54,8 +54,8 @@ resource "aws_iam_role_policy_attachment" "agent_pull_ecr" {
54
}
55
56
data "aws_ssm_parameter" "token" {
57
- name = "/prod/ansible/crater-gcp-2/crater-token"
58
- with_decryption = false
+ name = "/prod/ansible/crater-gcp-2/crater-token"
+ with_decryption = false
59
60
61
resource "aws_iam_policy" "read_crater_token" {
terraform/rustc-ci/impl/artifacts.tf
@@ -126,7 +126,7 @@ module "artifacts_cdn" {
126
127
128
data "aws_s3_bucket" "inventories" {
129
- bucket = "rust-inventories"
+ bucket = "rust-inventories"
130
131
132
resource "aws_s3_bucket_inventory" "artifacts" {
0 commit comments