Expected Behavior
With following configuration planned and applied.
resource "github_organization_custom_properties" "foo" {
property_name = "foo"
value_type = "true_false"
required = true
default_value = "true"
}
any additional plan results in no drift detected.
Actual Behavior
An additional plan will result in following drift:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# github_organization_custom_properties.stedisentry_enabled will be updated in-place
~ resource "github_organization_custom_properties" "foo" {
+ default_value = "true"
id = "foo"
# (6 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform Version
Terraform: 1.15.7
GitHub provider: 6.12.1
GitHub Installation Type
Affected Resource(s)
- github_organization_custom_properties
Terraform Configuration Files
resource "github_organization_custom_properties" "foo" {
property_name = "foo"
value_type = "true_false"
required = true
default_value = "true"
}
Steps to Reproduce
No response
Debug Output
Code of Conduct
Expected Behavior
With following configuration planned and applied.
any additional plan results in no drift detected.
Actual Behavior
An additional plan will result in following drift:
Terraform Version
Terraform:
1.15.7GitHub provider:
6.12.1GitHub Installation Type
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
No response
Debug Output
Code of Conduct