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 #19906

Conversation

modular-magician
Copy link
Collaborator

closes #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 (hashicorp#11955)

[upstream:dcc3ee085bbe1f19ed72924c8ee4c6c53fc6743f]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit c9a5896 into hashicorp:main Oct 17, 2024
2 checks passed
@modular-magician modular-magician deleted the downstream-pr-dcc3ee085bbe1f19ed72924c8ee4c6c53fc6743f branch November 17, 2024 01:00
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