Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

feat(ec2): apply launch template to instance #68

Merged
merged 5 commits into from
Jan 19, 2024

Conversation

nikpivkin
Copy link
Collaborator

@nikpivkin nikpivkin commented Dec 18, 2023

@nikpivkin nikpivkin requested a review from simar7 as a code owner December 18, 2023 16:13

resource "aws_instance" "this" {
launch_template {
name = aws_launch_template.this.name
Copy link
Member

Choose a reason for hiding this comment

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

what if name is not defined by the user?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We generate the name as terrafrom does.

@nikpivkin nikpivkin marked this pull request as draft January 9, 2024 07:22
@nikpivkin nikpivkin marked this pull request as ready for review January 18, 2024 07:52
@simar7 simar7 self-requested a review January 18, 2024 23:57
@simar7 simar7 merged commit 1ebc3f6 into aquasecurity:main Jan 19, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(misconf): False Positive detection for AVD-AWS-0028
2 participants