Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

bugfix: per-region configs didn't work with associate_public_ip #237

Merged
merged 1 commit into from
May 30, 2014

Conversation

timurb
Copy link
Contributor

@timurb timurb commented May 27, 2014

The construction like the following didn't work — you needed to specify subnet_id outside of region_config block

    aws.region_config "us-west-2" do |region|
#### skipped ####
      region.subnet_id = "subnet-0b34307f"
      region.associate_public_ip = true
    end

@timurb timurb mentioned this pull request May 28, 2014
rtyler pushed a commit that referenced this pull request May 30, 2014
…ic_ip

bugfix: per-region configs didn't work with associate_public_ip
@rtyler rtyler merged commit 84240b0 into mitchellh:master May 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants