Skip to content

Conversation

@divyagovindaiah
Copy link
Owner

No description provided.

Copy link

@ManojCKrishna ManojCKrishna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow proper naming conventions and remove the files which are not required for ex: terraform.tfstate files
Provide commit message based on the context.


vpc_id = resource.aws_cloudformation_stack.network.outputs["MyVpc"]
subnet_ids = [resource.aws_cloudformation_stack.network.outputs["Subnet1"],
resource.aws_cloudformation_stack.network.outputs["Subnet2"]]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if i change the name of my subnet
Is the syntax correct?
Please refer to the documentation i shared earlier




enable_irsa = true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary?

resource.aws_cloudformation_stack.network.outputs["Subnet3"]]
security_groups = [resource.aws_cloudformation_stack.network.outputs["Securitygroup1"],
resource.aws_cloudformation_stack.network.outputs["Securitygroup2"],
resource.aws_cloudformation_stack.network.outputs["Securitygroup1"]]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need 3 security groups?

@divyagovindaiah
Copy link
Owner Author

divyagovindaiah commented Dec 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants