https://pulumi.com
Join Slack
This message was deleted.
s

Slackbot

about 4 years ago
This message was deleted.
s
p
  • 2
  • 1
  • 70
This message was deleted.
s

Slackbot

almost 5 years ago
This message was deleted.
s
h
+2
  • 4
  • 5
  • 70
Hi folks. I need to update bucket if it exists and create bucket if it do not exists. I have been ba...
a

Akhil Lawrence

over 1 year ago
Hi folks. I need to update bucket if it exists and create bucket if it do not exists. I have been banging my head for a while but was not able to make any progress
import pulumi
import pulumi_aws as aws


existing_bucket = aws.s3.get_bucket(bucket="my-bucket")


modified_or_new_bucket = aws.s3.Bucket(
    "997911f256644644a1cc1c6d93d75e4fer",
    bucket="my-bucket",
    acl="private",
    opts=pulumi.ResourceOptions(import_=existing_bucket.id),
)

pulumi.export("Bucket", modified_or_new_bucket.arn)
This throws an error if bucket is not present. which is valid. but how to deal with this scenario
a
t
  • 2
  • 3
  • 69
This message was deleted.
s

Slackbot

over 3 years ago
This message was deleted.
s
j
+2
  • 4
  • 5
  • 69
This message was deleted.
s

Slackbot

about 4 years ago
This message was deleted.
s
j
f
  • 3
  • 6
  • 69
This message was deleted.
s

Slackbot

about 4 years ago
This message was deleted.
s
d
+3
  • 5
  • 15
  • 69
This message was deleted.
s

Slackbot

almost 6 years ago
This message was deleted.
s
h
+2
  • 4
  • 29
  • 69
This message was deleted.
s

Slackbot

about 2 years ago
This message was deleted.
s
a
a
  • 3
  • 7
  • 68
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
d
+2
  • 4
  • 7
  • 68
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
c
  • 2
  • 2
  • 68
Previous626364Next

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