You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ terraform -v
Terraform v1.4.6
on windows_amd64
+ provider registry.terraform.io/nutanix/nutanix v1.9.5
Your version of Terraform is out of date! The latest version
is 1.9.3. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
nutanix_project
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file.resource"nutanix_project""project" {
name=var.nameuse_project_internal=truedescription=var.nameresource_domain {
resources {
resource_type="VCPUS"limit=50
}
resources {
resource_type="STORAGE"limit=1073741824000
}
resources {
resource_type="MEMORY"limit=536870912000
}
}
default_subnet_reference {
uuid=nutanix_subnet.subnet.metadata.uuid
}
subnet_reference_list {
uuid=nutanix_subnet.subnet.metadata.uuid
}
vpc_reference_list {
uuid=nutanix_vpc.vpc.metadata.uuid
}
cluster_reference_list {
uuid="CENSORED"
}
account_reference_list {
uuid="CENSORED"
}
acp {
name="${var.name}-vm-read-only"description="Creates a read-only role for this project"role_reference {
kind="role"uuid=data.nutanix_role.vm_read_only.idname=data.nutanix_role.vm_read_only.name
}
# user_reference_list {# kind = "user"# uuid = data.nutanix_user.test_user.id# }# user_group_reference_list {# kind = "user_group"# uuid = data.nutanix_user_group.ad_group.id# }
}
api_version="3.1}
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factors
#0000 <!---Github Issue number --->
The text was updated successfully, but these errors were encountered:
Overall Issue:
When attempting to deploy a project with an
acp
block, the following error is getting returned during theterraform apply
phase:The
terraform plan
phase runs as expected. The documentation does not specify if we need to include any other arguments into the ACP block in order for it deploy properly: https://registry.terraform.io/providers/nutanix/nutanix/latest/docs/resources/project#acpNutanix Cluster Information
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factors
The text was updated successfully, but these errors were encountered: