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
Policy and PolicySet should have been created, and Policy should have been attached to the PolicySet.
Actual Behavior
Policy is created
PolicySet is also created
Policy is NOT attached
Terraform does not see that the PolicySet was created, instead it returns a 400 error.
Error: 400 Bad Request
with harness_platform_policyset.total_cost_policyset,
on policies.tf line 23, in resource "harness_platform_policyset" "total_cost_policyset":
23: resource "harness_platform_policyset" "total_cost_policyset" {
If the PolicySet is deleted in the Harness UI, then the Terraform is able to create the PolicySet successfully on the next run.
Steps to Reproduce
terraform apply
See 400 error as above.
Delete PolicySet in Harness
terraform apply
The text was updated successfully, but these errors were encountered:
###Terraform Version
1.10.1
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/rogersbTrace3/2d60e95656e64620c0f06b8b1be6d6b7
Expected Behavior
Policy and PolicySet should have been created, and Policy should have been attached to the PolicySet.
Actual Behavior
If the PolicySet is deleted in the Harness UI, then the Terraform is able to create the PolicySet successfully on the next run.
Steps to Reproduce
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: