Merge pull request #4788 from justinsb/tag_igw_consistently

Tag InternetGateways with consistent tags
This commit is contained in:
k8s-ci-robot 2018-03-24 22:56:00 -07:00 committed by GitHub
commit 5b3d4e76a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -129,9 +129,8 @@ func (b *NetworkModelBuilder) Build(c *fi.ModelBuilderContext) error {
Lifecycle: b.Lifecycle,
VPC: b.LinkToVPC(),
Shared: fi.Bool(sharedVPC),
Tags: tags,
}
igw.Tags = b.CloudTags(*igw.Name, *igw.Shared)
c.AddTask(igw)
if !allSubnetsShared {