-
Notifications
You must be signed in to change notification settings - Fork 135
D improve bedrockdataautomation blueprint #2263
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
base: main
Are you sure you want to change the base?
D improve bedrockdataautomation blueprint #2263
Conversation
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.
Thank you, @professional-ian .
}, | ||
"net_pay" : { | ||
"type" : "number", | ||
"inferenceType" : "explicit", |
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.
(nit) : Could you add the tags for the resource ?
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.
@professional-ian The tags were added directly to the doc and so the make docs
will override or fail on approval. Please add it to the .tf tile and run a make docs
} | ||
} | ||
}) | ||
tags = [{ |
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.
please add tags to the main.tf file and re-run make docs, it should render the .md file automatically
Community Note
Relates #469