UPD: removed debug output variable
This commit is contained in:
parent
6e3067d8d9
commit
341d09c71b
@ -47,11 +47,6 @@ No modules.
|
||||
| opt-in-storagegateway | Opt in storage gateway backup | `bool` | n/a | yes |
|
||||
| opt-in-virtualmachine | Opt in virtualmachine backup | `bool` | n/a | yes |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
|------|-------------|
|
||||
| test | n/a |
|
||||
|
||||
---
|
||||
## Authorship
|
||||
|
@ -15,14 +15,6 @@ resource "aws_backup_region_settings" "ab-settings" {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
output "test" {
|
||||
value = [
|
||||
for k, v in aws_backup_region_settings.ab-settings.resource_type_opt_in_preference : k
|
||||
if v
|
||||
]
|
||||
}
|
||||
|
||||
resource "aws_backup_vault" "ab-vault" {
|
||||
for_each = toset([
|
||||
for k, v in aws_backup_region_settings.ab-settings.resource_type_opt_in_preference : k
|
||||
|
Loading…
Reference in New Issue
Block a user