Merge pull request #32648 from mikeantonelli/patch-1

Update providers.mdx
This commit is contained in:
Rose M Koron 2023-05-11 17:16:53 -07:00 committed by GitHub
commit 6079061f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,7 +352,7 @@ module "bucket_w1" {
source = "./publish_bucket"
providers = {
aws.src = aws.usw1
google.src = google.usw2
google.src = google.usw1
}
}