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: "Boolean indicating whether to recreate the secret if it's modified outside of Terraform. When `true` (default), Terraform will delete and recreate the secret if it detects external changes. When `false`, Terraform will acknowledge external changes but not recreate the secret.",
76
-
},
77
65
},
78
66
}
79
67
}
@@ -167,15 +155,13 @@ func resourceGithubActionsSecretRead(d *schema.ResourceData, meta interface{}) e
167
155
// The only solution to enforce consistency between is to mark the resource
168
156
// as deleted (unset the ID) in order to fix potential drift by recreating
0 commit comments