This message was deleted.
# aws
s
This message was deleted.
c
In Python:
Copy code
internet_gateway = aws.ec2.InternetGateway("gw",
        vpc_id=vpc.id,
        tags={
            "Name": vpc_name,
            "Environment": environment,
            "Managed By": "Pulumi",
        })
n
when that’s created in Go, it’s unattached
ah, nevermind. Only if there’s one attached already. derp