You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ned!
Not an issue but compliment!
First of all: Thanks a lot for cool example and video!
We can go down to Plan: 0 to add, 0 to change, 0 to destroy. if
ownership_controls and acl will be also included into moved
moved {
from = aws_s3_bucket_ownership_controls.bucket
to = module.s3_bucket.aws_s3_bucket_ownership_controls.this[0]
}
moved {
from = aws_s3_bucket_acl.bucket_acl
to = module.s3_bucket.aws_s3_bucket_acl.this[0]
}
Hi Ned!
Not an issue but compliment!
First of all: Thanks a lot for cool example and video!
We can go down to
Plan: 0 to add, 0 to change, 0 to destroy.
ifownership_controls
andacl
will be also included intomoved
import
is allowedAdditionally, we can use data provider in module to avoid introducing extra variable
vpc_id
:then just lookup VPC ID in security group resource:
Probably a bit of extension to your solution.
Thanks for your very detailed explanation! It was really fun to play with "zero changes" goal!
The text was updated successfully, but these errors were encountered: