Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google::address description field isn't actually being changed #210

Open
jortiz98 opened this issue Mar 31, 2021 · 0 comments
Open

google::address description field isn't actually being changed #210

jortiz98 opened this issue Mar 31, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jortiz98
Copy link

Describe the bug
When creating a google::address resource, you can optionally add the description field to the resource. However, after creating the resource and looking it up via gcloud cli, it's description is an empty string. This is in conflict with the state files that do set the description field to the expected behavior

To Reproduce
Create a google:address resource with a description

ex. env = qa, layer = qa

    google::address "elastic-ip"
        name: "test-ip"
        address-type: "EXTERNAL"
        description: 'External Static ip for $(layer) instance in the $(environment) environment'
        network-tier: "PREMIUM"
        region: $(base-region)
    end

Now run the below command to see the info for the resource:
$ gcloud compute addresses describe test-ip

Expected behavior
description: 'External Static ip for qa instance in the qa environment'

Actual bahavior
description: ''

@jortiz98 jortiz98 added the bug Something isn't working label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant