Hello, I was curious if anyone could lend a hand, ...
# dotnet
c
Hello, I was curious if anyone could lend a hand, for the life of me I can't figure out what I am doing wrong with this apply statement. The end results of the preview do not include the bucket to which I want to assign the arn via the
Apply
statement.
g
Anything inside your
apply
statement will not be executed during a
preview
.
👍 1
Not sure if that is what you're asking...
1
s
I think your answer is what I was looking for. Let me apply the changes tonight and see what i get out of it.
👍 1
I was thinking it would show a change or something to the resource so i know the policy is correct
g
Sometimes you can't get around wrapping a block of code with an
apply
but this is a side effect of doing so.
🙌 1
c
@green-stone-37839 thanks for the assist. I thought I was doing something wrong. You are 100% correct. Awesome support as always.