-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribute COMMENT
#324
Attribute COMMENT
#324
Conversation
Using Table as a POC, will then implement with other objects NOTE: Since the state queries will take a dependency on |
@@ -14,6 +15,7 @@ import ( | |||
var clusterReplicaSchema = map[string]*schema.Schema{ | |||
"name": ObjectNameSchema("replica", true, true), | |||
"cluster_name": ClusterNameSchema(), | |||
"comment": CommentSchema(true), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Three resources: roles, cluster replicas and indexes are still marked as force new. Breaking out into a followup issue #329
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you for taking care of all those changes!
Add support for
COMMENT
for both objects and columns within objects: