-
Notifications
You must be signed in to change notification settings - Fork 3
feat: ability to assign AWS integration by name instead of ID only, and add TF Check blocks for mutual exclusivity #92
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
Changes from 3 commits
9821e02
cedf9c2
6238cef
f7abe34
f69a937
deefafe
2cfca0e
061daaf
8317b2f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,6 +103,12 @@ variable "aws_integration_id" { | |
| default = null | ||
| } | ||
|
|
||
| variable "aws_integration_name" { | ||
| type = string | ||
| description = "Name of the AWS integration to attach, which will be resolved to aws_integration_id." | ||
|
||
| default = null | ||
| } | ||
oycyc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| variable "aws_integration_attachment_read" { | ||
| type = bool | ||
| description = "Indicates whether this attachment is used for read operations." | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.