fix provider name

This commit is contained in:
Kenneth Kehl
2025-10-20 11:06:03 -07:00
parent 8c593c6fba
commit 5ec77419e5

View File

@@ -43,7 +43,7 @@ module "logo_upload_bucket" {
providers = {
cloudfoundry = cloudfoundry.official
}
org = data.cloudfoundry_organization.org.id
# org = data.cloudfoundry_organization.org.id
cf_space_id = data.cloudfoundry_space.space.id
name = "${local.app_name}-logo-upload-bucket-${local.env}"
}