Waiting for validation
Consider the following block of code:
resource "google_storage_bucket" "this" {
count = 3
name = "test-bucket-${count.index}"
location = "EU"
}
How do you reference the name
attribute of the second instance of this resource?
Author: Julien WITTOUCKStatus: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!