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_compute_instance_from_template missing attribute references #6933

Closed

Comments

@thearchitectt
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

Resource missing attribute references

New or Affected Resource(s)

Page: https://www.terraform.io/docs/providers/google/r/compute_instance_from_template.html

Potential Terraform Configuration

Attributes Reference
In addition to the arguments listed above, the following computed attributes are exported:

id - an identifier for the resource with format projects/{{project}}/zones/{{zone}}/instances/{{name}}

instance_id - The server-assigned unique identifier of this instance.

metadata_fingerprint - The unique fingerprint of the metadata.

self_link - The URI of the created resource.

tags_fingerprint - The unique fingerprint of the tags.

label_fingerprint - The unique fingerprint of the labels.

cpu_platform - The CPU platform used by this instance.

network_interface.0.network_ip - The internal ip address of the instance, either manually or dynamically assigned.

network_interface.0.access_config.0.nat_ip - If the instance has an access config, either the given external ip (in the nat_ip field) or the ephemeral (generated) ip (if you didn't provide one).

attached_disk.0.disk_encryption_key_sha256 - The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.

boot_disk.disk_encryption_key_sha256 - The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.

disk.0.disk_encryption_key_sha256 - The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.

References

Markdown: https://github.com/terraform-providers/terraform-provider-google/edit/master/website/docs/r/compute_instance_from_template.html.markdown

Terraform page: https://www.terraform.io/docs/providers/google/r/compute_instance_from_template.html

  • #0000
@ghost
Copy link

ghost commented Sep 17, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Sep 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.