-
Notifications
You must be signed in to change notification settings - Fork 18
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
oracle license poc update #1020
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
@@ -45,6 +45,7 @@ module "oracle_ec2_license_configurations" { | |||
|
|||
# Cloudformation stack for Oracle Database auto detection | |||
resource "aws_cloudformation_stack" "oracleblts" { | |||
provider = aws.original-session |
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.
I don't think it fixes it.
Terraform plan reports:
No changes. Your infrastructure matches the configuration.
@@ -68,6 +69,7 @@ resource "aws_cloudformation_stack" "oracleblts" { | |||
|
|||
# Trigger automation | |||
resource "aws_ssm_association" "license_manager" { | |||
provider = aws.original-session |
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.
I don't think it fixes it.
Terraform plan reports:
No changes. Your infrastructure matches the configuration.
Found an issue with the cloud formation part of the code it is currently only being deployed to us-east-1 and not eu-west-1 London region added the provider section in and pointed it at a provider that is currently setup for London Region hopfully this should fix that part of the POC