-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
containerContainer issues, bugs and feature requestsContainer issues, bugs and feature requestspriority:highestBugs filled by customers, security issuesBugs filled by customers, security issuesprovider
Description
Terraform Version
Terraform v1.5.7
on darwin_arm64
+ provider registry.terraform.io/scaleway/scaleway v2.53.0Affected Resource(s)
scaleway_container_namespace
Terraform Configuration Files
provider "scaleway" {
#should be the ID of a non-default project
project_id = "REDACTED"
region = "nl-ams"
zone = "nl-ams-1"
}
resource "scaleway_container_namespace" "foo" {
name = "foo"
}
Expected Behavior
Create a Serverless Containers namespace in the project matching the ID from the provider.
Actual Behavior
Creates a Serverless Containers namespace in the default project.
Steps to Reproduce
- Apply
- Destroy
- Update the
scaleway_container_namespaceresource, adding in theproject_idargument - Apply again. It will now create the namespace in the correct place.
Metadata
Metadata
Labels
containerContainer issues, bugs and feature requestsContainer issues, bugs and feature requestspriority:highestBugs filled by customers, security issuesBugs filled by customers, security issuesprovider