terraform-provider-time
terraform-provider-time copied to clipboard
Utility provider that provides Time-Based Resources
### Terraform CLI and Provider Versions terraform_version: 1.1.4 ### Use Cases or Problem Statement I have a use-case for the time module as I want to determine the time in...
Closes #255 This PR introduces new plan enhancements to the `time_static` resource to ensure config-provided values for `rfc3339` result in known values in the plan. ```terraform resource "time_static" "example" {...
The `time_rotating` resource currently triggers a "rotation" by comparing the current time to `rotation_rfc3339` and if the current time is after `rotation_rfc3339` it will remove the resource in the `read`...
### Terraform CLI and Provider Versions Terraform v1.3.7 on darwin_amd64 + provider registry.terraform.io/hashicorp/time v0.9.1 ### Use Cases or Problem Statement Currently, when the `time_rotating` resource rotates, it recreates with time...
time_rotating constantly re-creates resource after rfc3339 + rotation_xy has passed the first time.
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Terraform CLI and Provider Versions Terraform v1.5.3 on linux_amd64 + provider registry.terraform.io/hashicorp/time v0.9.1 ### Terraform Configuration ```terraform terraform { required_providers { time = { source = "hashicorp/time" version =...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Terraform Version ``` Terraform v1.3.6 on darwin_amd64 + provider registry.terraform.io/hashicorp/time v0.9.1 ``` ### Affected Resource(s) * `provider.terraform-provider-time_v0.9.1_x5` ### Terraform Configuration Files ```hcl resource "time_rotating" "main" { count = 2...
### Terraform CLI and Provider Versions Time v3.2.1 ### Use Cases or Problem Statement Relates #146, #149, #218 The `time_rotating` resource currently throws an `Error: Provider produced inconsistent final plan`...
### Terraform CLI and Provider Versions Terraform v1.4.5 on linux_amd64 hashicorp/google v4.63.0 ### Terraform Configuration ```terraform resource "google_access_context_manager_service_perimeter_resource" "service-perimeter-resource" { perimeter_name = local.vpc_sc_perimeter ... } resource "time_sleep" "wait_for_vpc_sc" { create_duration...