Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-bitonti committed Oct 31, 2023
1 parent 5462c7e commit 59e964e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/secret-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,13 @@ module "secret-manager" {
secrets = {
test-auto = {
locations = null
keys = {
global = "projects/PROJECT_ID/locations/global/keyRings/KEYRING/cryptoKeys/KEY"
}
}
test-auto-nokeys = {
locations = null
}
test-manual = {
locations = ["europe-west1", "europe-west4"]
keys = {
europe-west1 = "projects/PROJECT_ID/locations/europe-west1/keyRings/KEYRING/cryptoKeys/KEY"
europe-west4 = "projects/PROJECT_ID/locations/europe-west4/keyRings/KEYRING/cryptoKeys/KEY"
}
}
}
}
# tftest modules=1 resources=3
# tftest modules=1 resources=2
```

### Secret IAM bindings
Expand Down

0 comments on commit 59e964e

Please sign in to comment.