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

Add creation_timestamp field to google_compute_instance and template resources #8442

Conversation

modular-magician
Copy link
Collaborator

closes hashicorp/terraform-provider-google#15663

  • added field creation_timestamp to
    • google_compute_instance
    • google_compute_instance_template
    • google_compute_region_instance_template
  • added data source support (templates didn't need a change because they use the Read function from the resource)
  • added doc changes

This is an output only field. Please LMK if you want it tested somehow.

Release Note Template for Downstream PRs (will be copied)

compute: added `creation_timestamp` field to `google_compute_instance`, `google_compute_instance_template`, `google_compute_region_instance_template`

Derived from GoogleCloudPlatform/magic-modules#11955

…ate resources (#11955)

[upstream:dcc3ee085bbe1f19ed72924c8ee4c6c53fc6743f]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 0ee2c00 into hashicorp:main Oct 17, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-dcc3ee085bbe1f19ed72924c8ee4c6c53fc6743f branch November 16, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return creation_timestamp on compute instances and templates
1 participant