https://pulumi.com
Join Slack
I'm trying to apply a Pulumi update that replaces a security group in AWS. Pulumi first tries to del...
s

Scott

9 months ago
I'm trying to apply a Pulumi update that replaces a security group in AWS. Pulumi first tries to delete the security group before creating the replacement, however, the old security group is still in use and so AWS prevents the deletion (and Pulumi just hangs). How are folks orchestrating this kind of change?
s
t
  • 2
  • 19
  • 78
I added `ignoreChanges` to my resources but they are still showing up in `drift detection`. example:...
c

Chris Holmok

about 1 year ago
I added
ignoreChanges
to my resources but they are still showing up in
drift detection
. example:
const iam = new IAMMember(`${prefix}-${_account.accountId}-bq-editor-member`, {
  project: gcpConfig.require('project'),
  role: 'roles/bigquery.dataEditor',
  member: account.email.apply(email => `serviceAccount:${email}`)
}, { ignoreChanges: ['etag'] })
but it’s still showing up in the drift
pulumi refresh --preview-only
~ gcp:projects/iAMMember:IAMMember: (update)
...
--outputs:--
~ etag     : "BwYWTNS0Q6s=" => "BwYY98HnOng="
c
i
  • 2
  • 1
  • 78
This message was deleted.
s

Slackbot

over 1 year ago
This message was deleted.
s
j
+2
  • 4
  • 24
  • 78
This message was deleted.
s

Slackbot

almost 2 years ago
This message was deleted.
s
j
p
  • 3
  • 16
  • 78
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
j
r
  • 3
  • 3
  • 78
This message was deleted.
s

Slackbot

about 3 years ago
This message was deleted.
s
j
a
  • 3
  • 3
  • 78
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
s
t
  • 3
  • 19
  • 78
Hi, I am trying to setup my project with Pulumi, locally tsc gives no errors. When I use `pulumi up`...
j

Jeroen De Prest

about 1 year ago
Hi, I am trying to setup my project with Pulumi, locally tsc gives no errors. When I use
pulumi up
it looks like typescript has some issues with a property that was added with Declaration Merging. I don't really understand why it's not working considering
tsc
is running fine
j
e
  • 2
  • 4
  • 77
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
c
p
  • 3
  • 20
  • 77
This message was deleted.
s

Slackbot

over 3 years ago
This message was deleted.
s
m
l
  • 3
  • 3
  • 77
Previous555657Next

Pulumi Community

No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.

Powered by