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
Description: `State of the posture. Update to state field should not be triggered along with
93
92
with other field updates. Possible values: ["DEPRECATED", "DRAFT", "ACTIVE"]`,
94
93
},
95
-
"annotations": {
96
-
Type: schema.TypeMap,
97
-
Optional: true,
98
-
Description: `Annotations is a key value map stored with a resource that
99
-
may be set by external tools to store and retrieve arbitrary metadata.
100
-
101
-
102
-
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
103
-
Please refer to the field 'effective_annotations' for all of the annotations present on the resource.`,
104
-
Elem: &schema.Schema{Type: schema.TypeString},
105
-
},
106
94
"description": {
107
95
Type: schema.TypeString,
108
96
Optional: true,
@@ -133,7 +121,7 @@ Please refer to the field 'effective_annotations' for all of the annotations pre
133
121
"constraint": {
134
122
Type: schema.TypeList,
135
123
Required: true,
136
-
Description: `Policy constraint definition.It can have the definition of one of following constraints: orgPolicyConstraint OrgPolicyConstraintCustom securityHealthAnalyticsModule securityHealthAnalyticsCustomModule`,
124
+
Description: `Policy constraint definition.It can have the definition of one of following constraints: orgPolicyConstraint orgPolicyConstraintCustom securityHealthAnalyticsModule securityHealthAnalyticsCustomModule`,
137
125
MaxItems: 1,
138
126
Elem: &schema.Resource{
139
127
Schema: map[string]*schema.Schema{
@@ -615,12 +603,6 @@ returned by this custom module.`,
615
603
Computed: true,
616
604
Description: `Time the Posture was created in UTC.`,
617
605
},
618
-
"effective_annotations": {
619
-
Type: schema.TypeMap,
620
-
Computed: true,
621
-
Description: `All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through Terraform, other clients and services.`,
622
-
Elem: &schema.Schema{Type: schema.TypeString},
623
-
},
624
606
"etag": {
625
607
Type: schema.TypeString,
626
608
Computed: true,
@@ -683,12 +665,6 @@ func resourceSecurityposturePostureCreate(d *schema.ResourceData, meta interface
0 commit comments