-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added support for DAM 14.7 (LTS) #318
Conversation
modules/aws/mx/hub.tf
Outdated
dam_version = "${local.dam_version_major}.${local.dam_version_minor}" | ||
# Archiving action set is created differently on 14.7 | ||
|
||
action_set_item = var.hub_details == [] ? null : local.dam_version != "14.7" ? [{ |
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.
The condition here is different than hub_configuration = var.hub_details == null ? [] : concat...
Is it ok ?
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.
You are absolutely right. Fixing.
"strictCertificateChecking" : false | ||
"actionInterface": "Send to Sonar" | ||
} | ||
) |
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.
Does the only difference at the payload is that it conains actionInterface and missing enabled ?
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.
Yes
No description provided.