From a8178186f1a10594d758a5721c3d1f17c510b0ca Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:46:07 +0200 Subject: [PATCH] feat: upgrade provider from `0.11.2` to version `0.12.0` (#636) This PR upgrades the underlying Terraform provider to version 0.12.0 --------- Signed-off-by: team-tf-cdk --- README.md | 6 +++--- docs/offset.csharp.md | 20 ++++++++--------- docs/offset.go.md | 20 ++++++++--------- docs/offset.java.md | 36 +++++++++++++++---------------- docs/offset.python.md | 36 +++++++++++++++---------------- docs/offset.typescript.md | 20 ++++++++--------- docs/provider.csharp.md | 6 +++--- docs/provider.go.md | 6 +++--- docs/provider.java.md | 8 +++---- docs/provider.python.md | 8 +++---- docs/provider.typescript.md | 6 +++--- docs/rotating.csharp.md | 20 ++++++++--------- docs/rotating.go.md | 20 ++++++++--------- docs/rotating.java.md | 36 +++++++++++++++---------------- docs/rotating.python.md | 36 +++++++++++++++---------------- docs/rotating.typescript.md | 20 ++++++++--------- docs/sleep.csharp.md | 10 ++++----- docs/sleep.go.md | 10 ++++----- docs/sleep.java.md | 16 +++++++------- docs/sleep.python.md | 16 +++++++------- docs/sleep.typescript.md | 10 ++++----- docs/staticResource.csharp.md | 8 +++---- docs/staticResource.go.md | 8 +++---- docs/staticResource.java.md | 12 +++++------ docs/staticResource.python.md | 12 +++++------ docs/staticResource.typescript.md | 8 +++---- package.json | 2 +- src/offset/README.md | 2 +- src/offset/index.ts | 26 +++++++++++----------- src/provider/README.md | 2 +- src/provider/index.ts | 12 +++++------ src/rotating/README.md | 2 +- src/rotating/index.ts | 26 +++++++++++----------- src/sleep/README.md | 2 +- src/sleep/index.ts | 16 +++++++------- src/static-resource/README.md | 2 +- src/static-resource/index.ts | 14 ++++++------ src/version.json | 2 +- 38 files changed, 261 insertions(+), 261 deletions(-) diff --git a/README.md b/README.md index 8e32e77..ece5af6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for hashicorp/time provider version 0.11.2 +# CDKTF prebuilt bindings for hashicorp/time provider version 0.12.0 -This repo builds and publishes the [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform time provider version 1:1. These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.11.2) +- [Terraform time provider](https://registry.terraform.io/providers/hashicorp/time/0.12.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/offset.csharp.md b/docs/offset.csharp.md index 1582a52..98defcd 100644 --- a/docs/offset.csharp.md +++ b/docs/offset.csharp.md @@ -4,7 +4,7 @@ ### Offset -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Offset to import. The id of the existing Offset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use --- @@ -1121,7 +1121,7 @@ public string BaseRfc3339 { get; set; } Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -1135,7 +1135,7 @@ public double OffsetDays { get; set; } Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -1149,7 +1149,7 @@ public double OffsetHours { get; set; } Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -1163,7 +1163,7 @@ public double OffsetMinutes { get; set; } Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -1177,7 +1177,7 @@ public double OffsetMonths { get; set; } Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -1191,7 +1191,7 @@ public double OffsetSeconds { get; set; } Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -1205,7 +1205,7 @@ public double OffsetYears { get; set; } Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -1221,7 +1221,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- diff --git a/docs/offset.go.md b/docs/offset.go.md index 39993f3..2b4b368 100644 --- a/docs/offset.go.md +++ b/docs/offset.go.md @@ -4,7 +4,7 @@ ### Offset -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Offset to import. The id of the existing Offset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use --- @@ -1121,7 +1121,7 @@ BaseRfc3339 *string Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -1135,7 +1135,7 @@ OffsetDays *f64 Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -1149,7 +1149,7 @@ OffsetHours *f64 Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -1163,7 +1163,7 @@ OffsetMinutes *f64 Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -1177,7 +1177,7 @@ OffsetMonths *f64 Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -1191,7 +1191,7 @@ OffsetSeconds *f64 Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -1205,7 +1205,7 @@ OffsetYears *f64 Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -1221,7 +1221,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- diff --git a/docs/offset.java.md b/docs/offset.java.md index 747e2cd..ab1e4d9 100644 --- a/docs/offset.java.md +++ b/docs/offset.java.md @@ -4,7 +4,7 @@ ### Offset -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset}. #### Initializers @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -194,7 +194,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- @@ -677,7 +677,7 @@ The construct id used in the generated config for the Offset to import. The id of the existing Offset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use --- @@ -1279,7 +1279,7 @@ public java.lang.String getBaseRfc3339(); Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -1293,7 +1293,7 @@ public java.lang.Number getOffsetDays(); Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -1307,7 +1307,7 @@ public java.lang.Number getOffsetHours(); Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -1321,7 +1321,7 @@ public java.lang.Number getOffsetMinutes(); Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -1335,7 +1335,7 @@ public java.lang.Number getOffsetMonths(); Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -1349,7 +1349,7 @@ public java.lang.Number getOffsetSeconds(); Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -1363,7 +1363,7 @@ public java.lang.Number getOffsetYears(); Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -1379,7 +1379,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- diff --git a/docs/offset.python.md b/docs/offset.python.md index 83530a3..abb425a 100644 --- a/docs/offset.python.md +++ b/docs/offset.python.md @@ -4,7 +4,7 @@ ### Offset -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset}. #### Initializers @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -192,7 +192,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- @@ -721,7 +721,7 @@ The construct id used in the generated config for the Offset to import. The id of the existing Offset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use --- @@ -1319,7 +1319,7 @@ base_rfc3339: str Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -1333,7 +1333,7 @@ offset_days: typing.Union[int, float] Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -1347,7 +1347,7 @@ offset_hours: typing.Union[int, float] Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -1361,7 +1361,7 @@ offset_minutes: typing.Union[int, float] Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -1375,7 +1375,7 @@ offset_months: typing.Union[int, float] Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -1389,7 +1389,7 @@ offset_seconds: typing.Union[int, float] Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -1403,7 +1403,7 @@ offset_years: typing.Union[int, float] Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -1419,7 +1419,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- diff --git a/docs/offset.typescript.md b/docs/offset.typescript.md index a570e14..0c4e28c 100644 --- a/docs/offset.typescript.md +++ b/docs/offset.typescript.md @@ -4,7 +4,7 @@ ### Offset -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Offset to import. The id of the existing Offset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use --- @@ -1105,7 +1105,7 @@ public readonly baseRfc3339: string; Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} --- @@ -1119,7 +1119,7 @@ public readonly offsetDays: number; Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} --- @@ -1133,7 +1133,7 @@ public readonly offsetHours: number; Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} --- @@ -1147,7 +1147,7 @@ public readonly offsetMinutes: number; Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} --- @@ -1161,7 +1161,7 @@ public readonly offsetMonths: number; Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} --- @@ -1175,7 +1175,7 @@ public readonly offsetSeconds: number; Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} --- @@ -1189,7 +1189,7 @@ public readonly offsetYears: number; Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} --- @@ -1205,7 +1205,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index f068033..29928f1 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### TimeProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time}. #### Initializers @@ -240,7 +240,7 @@ The construct id used in the generated config for the TimeProvider to import. The id of the existing TimeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -421,7 +421,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 21092ec..e621774 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,7 +4,7 @@ ### TimeProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time}. #### Initializers @@ -240,7 +240,7 @@ The construct id used in the generated config for the TimeProvider to import. The id of the existing TimeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -421,7 +421,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index 8b8deac..4b1a8d6 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### TimeProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time}. #### Initializers @@ -48,7 +48,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- @@ -246,7 +246,7 @@ The construct id used in the generated config for the TimeProvider to import. The id of the existing TimeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -427,7 +427,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index cc9233e..0190761 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### TimeProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time}. #### Initializers @@ -50,7 +50,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- @@ -264,7 +264,7 @@ The construct id used in the generated config for the TimeProvider to import. The id of the existing TimeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -445,7 +445,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index c2e7e2f..0a444e8 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### TimeProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time}. #### Initializers @@ -240,7 +240,7 @@ The construct id used in the generated config for the TimeProvider to import. The id of the existing TimeProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -419,7 +419,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} --- diff --git a/docs/rotating.csharp.md b/docs/rotating.csharp.md index 100e75b..f9f3f82 100644 --- a/docs/rotating.csharp.md +++ b/docs/rotating.csharp.md @@ -4,7 +4,7 @@ ### Rotating -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Rotating to import. The id of the existing Rotating that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use --- @@ -1110,7 +1110,7 @@ public string Rfc3339 { get; set; } Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -1126,7 +1126,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -1142,7 +1142,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -1158,7 +1158,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -1174,7 +1174,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -1188,7 +1188,7 @@ public string RotationRfc3339 { get; set; } Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -1204,7 +1204,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -1220,7 +1220,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- diff --git a/docs/rotating.go.md b/docs/rotating.go.md index dd23833..3ce7a12 100644 --- a/docs/rotating.go.md +++ b/docs/rotating.go.md @@ -4,7 +4,7 @@ ### Rotating -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Rotating to import. The id of the existing Rotating that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use --- @@ -1110,7 +1110,7 @@ Rfc3339 *string Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -1126,7 +1126,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -1142,7 +1142,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -1158,7 +1158,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -1174,7 +1174,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -1188,7 +1188,7 @@ RotationRfc3339 *string Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -1204,7 +1204,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -1220,7 +1220,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- diff --git a/docs/rotating.java.md b/docs/rotating.java.md index 67ac7d4..e61c52a 100644 --- a/docs/rotating.java.md +++ b/docs/rotating.java.md @@ -4,7 +4,7 @@ ### Rotating -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating}. #### Initializers @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -134,7 +134,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -146,7 +146,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -158,7 +158,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -170,7 +170,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -192,7 +192,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -204,7 +204,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- @@ -687,7 +687,7 @@ The construct id used in the generated config for the Rotating to import. The id of the existing Rotating that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use --- @@ -1278,7 +1278,7 @@ public java.lang.String getRfc3339(); Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -1294,7 +1294,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -1310,7 +1310,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -1326,7 +1326,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -1342,7 +1342,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -1356,7 +1356,7 @@ public java.lang.String getRotationRfc3339(); Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -1372,7 +1372,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -1388,7 +1388,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- diff --git a/docs/rotating.python.md b/docs/rotating.python.md index b263fc4..69d20b7 100644 --- a/docs/rotating.python.md +++ b/docs/rotating.python.md @@ -4,7 +4,7 @@ ### Rotating -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating}. #### Initializers @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -132,7 +132,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -144,7 +144,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -156,7 +156,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -168,7 +168,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -190,7 +190,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -202,7 +202,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the Rotating to import. The id of the existing Rotating that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use --- @@ -1318,7 +1318,7 @@ rfc3339: str Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -1334,7 +1334,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -1350,7 +1350,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -1366,7 +1366,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -1382,7 +1382,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -1396,7 +1396,7 @@ rotation_rfc3339: str Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -1412,7 +1412,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -1428,7 +1428,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- diff --git a/docs/rotating.typescript.md b/docs/rotating.typescript.md index 6e4a063..6ff73ae 100644 --- a/docs/rotating.typescript.md +++ b/docs/rotating.typescript.md @@ -4,7 +4,7 @@ ### Rotating -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Rotating to import. The id of the existing Rotating that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use --- @@ -1094,7 +1094,7 @@ public readonly rfc3339: string; Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} --- @@ -1110,7 +1110,7 @@ Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} --- @@ -1126,7 +1126,7 @@ Number of hours to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} --- @@ -1142,7 +1142,7 @@ Number of minutes to add to the base timestamp to configure the rotation timesta When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} --- @@ -1158,7 +1158,7 @@ Number of months to add to the base timestamp to configure the rotation timestam When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} --- @@ -1172,7 +1172,7 @@ public readonly rotationRfc3339: string; Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} --- @@ -1188,7 +1188,7 @@ Number of years to add to the base timestamp to configure the rotation timestamp When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} --- @@ -1204,7 +1204,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} --- diff --git a/docs/sleep.csharp.md b/docs/sleep.csharp.md index c627d8b..e3ae4f2 100644 --- a/docs/sleep.csharp.md +++ b/docs/sleep.csharp.md @@ -4,7 +4,7 @@ ### Sleep -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Sleep to import. The id of the existing Sleep that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ public string CreateDuration { get; set; } [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -892,7 +892,7 @@ public string DestroyDuration { get; set; } [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -908,7 +908,7 @@ public System.Collections.Generic.IDictionary Triggers { get; se See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- diff --git a/docs/sleep.go.md b/docs/sleep.go.md index 0fd611d..46c35bf 100644 --- a/docs/sleep.go.md +++ b/docs/sleep.go.md @@ -4,7 +4,7 @@ ### Sleep -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Sleep to import. The id of the existing Sleep that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ CreateDuration *string [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -892,7 +892,7 @@ DestroyDuration *string [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -908,7 +908,7 @@ Triggers *map[string]*string See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- diff --git a/docs/sleep.java.md b/docs/sleep.java.md index b31dfb2..0b6450a 100644 --- a/docs/sleep.java.md +++ b/docs/sleep.java.md @@ -4,7 +4,7 @@ ### Sleep -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- @@ -582,7 +582,7 @@ The construct id used in the generated config for the Sleep to import. The id of the existing Sleep that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use --- @@ -976,7 +976,7 @@ public java.lang.String getCreateDuration(); [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -990,7 +990,7 @@ public java.lang.String getDestroyDuration(); [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -1006,7 +1006,7 @@ public java.util.Map getTriggers(); See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- diff --git a/docs/sleep.python.md b/docs/sleep.python.md index 48b3dd0..3bff34d 100644 --- a/docs/sleep.python.md +++ b/docs/sleep.python.md @@ -4,7 +4,7 @@ ### Sleep -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- @@ -626,7 +626,7 @@ The construct id used in the generated config for the Sleep to import. The id of the existing Sleep that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ create_duration: str [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -1030,7 +1030,7 @@ destroy_duration: str [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -1046,7 +1046,7 @@ triggers: typing.Mapping[str] See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- diff --git a/docs/sleep.typescript.md b/docs/sleep.typescript.md index 77eb969..2daa0a9 100644 --- a/docs/sleep.typescript.md +++ b/docs/sleep.typescript.md @@ -4,7 +4,7 @@ ### Sleep -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Sleep to import. The id of the existing Sleep that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use --- @@ -867,7 +867,7 @@ public readonly createDuration: string; [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} --- @@ -881,7 +881,7 @@ public readonly destroyDuration: string; [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} --- @@ -897,7 +897,7 @@ public readonly triggers: {[ key: string ]: string}; See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} --- diff --git a/docs/staticResource.csharp.md b/docs/staticResource.csharp.md index ace5f1c..1a5f20d 100644 --- a/docs/staticResource.csharp.md +++ b/docs/staticResource.csharp.md @@ -4,7 +4,7 @@ ### StaticResource -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the StaticResource to import. The id of the existing StaticResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ public string Rfc3339 { get; set; } Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -940,7 +940,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- diff --git a/docs/staticResource.go.md b/docs/staticResource.go.md index 5d0d135..366a74f 100644 --- a/docs/staticResource.go.md +++ b/docs/staticResource.go.md @@ -4,7 +4,7 @@ ### StaticResource -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the StaticResource to import. The id of the existing StaticResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ Rfc3339 *string Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -940,7 +940,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- diff --git a/docs/staticResource.java.md b/docs/staticResource.java.md index bae372d..a063f01 100644 --- a/docs/staticResource.java.md +++ b/docs/staticResource.java.md @@ -4,7 +4,7 @@ ### StaticResource -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -122,7 +122,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- @@ -563,7 +563,7 @@ The construct id used in the generated config for the StaticResource to import. The id of the existing StaticResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ public java.lang.String getRfc3339(); Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -1026,7 +1026,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- diff --git a/docs/staticResource.python.md b/docs/staticResource.python.md index 318a87d..a4a2941 100644 --- a/docs/staticResource.python.md +++ b/docs/staticResource.python.md @@ -4,7 +4,7 @@ ### StaticResource -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -120,7 +120,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- @@ -607,7 +607,7 @@ The construct id used in the generated config for the StaticResource to import. The id of the existing StaticResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use --- @@ -1050,7 +1050,7 @@ rfc3339: str Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -1066,7 +1066,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- diff --git a/docs/staticResource.typescript.md b/docs/staticResource.typescript.md index e8c5068..80b106c 100644 --- a/docs/staticResource.typescript.md +++ b/docs/staticResource.typescript.md @@ -4,7 +4,7 @@ ### StaticResource -Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the StaticResource to import. The id of the existing StaticResource that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use --- @@ -914,7 +914,7 @@ public readonly rfc3339: string; Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} --- @@ -930,7 +930,7 @@ Arbitrary map of values that, when changed, will trigger a new base timestamp va See [the main provider documentation](../index.md) for more information. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} --- diff --git a/package.json b/package.json index f8a0ed7..b1bdb4d 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/hashicorp/time", - "version": "0.11.2" + "version": "0.12.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/offset/README.md b/src/offset/README.md index 144797f..0fedc24 100644 --- a/src/offset/README.md +++ b/src/offset/README.md @@ -1,3 +1,3 @@ # `time_offset` -Refer to the Terraform Registry for docs: [`time_offset`](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset). +Refer to the Terraform Registry for docs: [`time_offset`](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset). diff --git a/src/offset/index.ts b/src/offset/index.ts index b680271..a6311cd 100644 --- a/src/offset/index.ts +++ b/src/offset/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset +// https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,55 +15,55 @@ export interface OffsetConfig extends cdktf.TerraformMetaArguments { /** * Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339} */ readonly baseRfc3339?: string; /** * Number of days to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_days Offset#offset_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_days Offset#offset_days} */ readonly offsetDays?: number; /** * Number of hours to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_hours Offset#offset_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_hours Offset#offset_hours} */ readonly offsetHours?: number; /** * Number of minutes to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_minutes Offset#offset_minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_minutes Offset#offset_minutes} */ readonly offsetMinutes?: number; /** * Number of months to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_months Offset#offset_months} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_months Offset#offset_months} */ readonly offsetMonths?: number; /** * Number of seconds to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_seconds Offset#offset_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_seconds Offset#offset_seconds} */ readonly offsetSeconds?: number; /** * Number of years to offset the base timestamp. At least one of the 'offset_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#offset_years Offset#offset_years} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#offset_years Offset#offset_years} */ readonly offsetYears?: number; /** * Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved. See [the main provider documentation](../index.md) for more information. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#triggers Offset#triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#triggers Offset#triggers} */ readonly triggers?: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset} */ export class Offset extends cdktf.TerraformResource { @@ -79,7 +79,7 @@ export class Offset extends cdktf.TerraformResource { * Generates CDKTF code for importing a Offset resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Offset to import - * @param importFromId The id of the existing Offset that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Offset that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Offset to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -91,7 +91,7 @@ export class Offset extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/offset time_offset} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/offset time_offset} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -102,7 +102,7 @@ export class Offset extends cdktf.TerraformResource { terraformResourceType: 'time_offset', terraformGeneratorMetadata: { providerName: 'time', - providerVersion: '0.11.2', + providerVersion: '0.12.0', providerVersionConstraint: '~> 0.7' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index 745df77..03ea883 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`time`](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs). +Refer to the Terraform Registry for docs: [`time`](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index f49b013..a6fa855 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs +// https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +15,13 @@ export interface TimeProviderConfig { /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#alias TimeProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#alias TimeProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time} */ export class TimeProvider extends cdktf.TerraformProvider { @@ -37,7 +37,7 @@ export class TimeProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a TimeProvider resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the TimeProvider to import - * @param importFromId The id of the existing TimeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TimeProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TimeProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +49,7 @@ export class TimeProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs time} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs time} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -60,7 +60,7 @@ export class TimeProvider extends cdktf.TerraformProvider { terraformResourceType: 'time', terraformGeneratorMetadata: { providerName: 'time', - providerVersion: '0.11.2', + providerVersion: '0.12.0', providerVersionConstraint: '~> 0.7' }, terraformProviderSource: 'hashicorp/time' diff --git a/src/rotating/README.md b/src/rotating/README.md index 7084279..7a65614 100644 --- a/src/rotating/README.md +++ b/src/rotating/README.md @@ -1,3 +1,3 @@ # `time_rotating` -Refer to the Terraform Registry for docs: [`time_rotating`](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating). +Refer to the Terraform Registry for docs: [`time_rotating`](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating). diff --git a/src/rotating/index.ts b/src/rotating/index.ts index 2f997b9..8ca77f1 100644 --- a/src/rotating/index.ts +++ b/src/rotating/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating +// https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,55 +15,55 @@ export interface RotatingConfig extends cdktf.TerraformMetaArguments { /** * Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rfc3339 Rotating#rfc3339} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rfc3339 Rotating#rfc3339} */ readonly rfc3339?: string; /** * Number of days to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_days Rotating#rotation_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_days Rotating#rotation_days} */ readonly rotationDays?: number; /** * Number of hours to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours} */ readonly rotationHours?: number; /** * Number of minutes to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes} */ readonly rotationMinutes?: number; /** * Number of months to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_months Rotating#rotation_months} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_months Rotating#rotation_months} */ readonly rotationMonths?: number; /** * Configure the rotation timestamp with an [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format of the offset timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339} */ readonly rotationRfc3339?: string; /** * Number of years to add to the base timestamp to configure the rotation timestamp. When the current time has passed the rotation timestamp, the resource will trigger recreation. At least one of the 'rotation_' arguments must be configured. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#rotation_years Rotating#rotation_years} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#rotation_years Rotating#rotation_years} */ readonly rotationYears?: number; /** * Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved. These conditions recreate the resource in addition to other rotation arguments. See [the main provider documentation](../index.md) for more information. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#triggers Rotating#triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#triggers Rotating#triggers} */ readonly triggers?: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating} */ export class Rotating extends cdktf.TerraformResource { @@ -79,7 +79,7 @@ export class Rotating extends cdktf.TerraformResource { * Generates CDKTF code for importing a Rotating resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Rotating to import - * @param importFromId The id of the existing Rotating that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Rotating that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Rotating to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -91,7 +91,7 @@ export class Rotating extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/rotating time_rotating} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/rotating time_rotating} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -102,7 +102,7 @@ export class Rotating extends cdktf.TerraformResource { terraformResourceType: 'time_rotating', terraformGeneratorMetadata: { providerName: 'time', - providerVersion: '0.11.2', + providerVersion: '0.12.0', providerVersionConstraint: '~> 0.7' }, provider: config.provider, diff --git a/src/sleep/README.md b/src/sleep/README.md index 22ee7e2..67d3976 100644 --- a/src/sleep/README.md +++ b/src/sleep/README.md @@ -1,3 +1,3 @@ # `time_sleep` -Refer to the Terraform Registry for docs: [`time_sleep`](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep). +Refer to the Terraform Registry for docs: [`time_sleep`](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep). diff --git a/src/sleep/index.ts b/src/sleep/index.ts index 4b2c220..5f8cb73 100644 --- a/src/sleep/index.ts +++ b/src/sleep/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep +// https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,25 +15,25 @@ export interface SleepConfig extends cdktf.TerraformMetaArguments { /** * [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource creation. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#create_duration Sleep#create_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#create_duration Sleep#create_duration} */ readonly createDuration?: string; /** * [Time duration](https://golang.org/pkg/time/#ParseDuration) to delay resource destroy. For example, `30s` for 30 seconds or `5m` for 5 minutes. Updating this value by itself will not trigger a delay. This value or any updates to it must be successfully applied into the Terraform state before destroying this resource to take effect. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration} */ readonly destroyDuration?: string; /** * (Optional) Arbitrary map of values that, when changed, will run any creation or destroy delays again. See [the main provider documentation](../index.md) for more information. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#triggers Sleep#triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#triggers Sleep#triggers} */ readonly triggers?: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep} */ export class Sleep extends cdktf.TerraformResource { @@ -49,7 +49,7 @@ export class Sleep extends cdktf.TerraformResource { * Generates CDKTF code for importing a Sleep resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the Sleep to import - * @param importFromId The id of the existing Sleep that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Sleep that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Sleep to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -61,7 +61,7 @@ export class Sleep extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep time_sleep} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep time_sleep} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -72,7 +72,7 @@ export class Sleep extends cdktf.TerraformResource { terraformResourceType: 'time_sleep', terraformGeneratorMetadata: { providerName: 'time', - providerVersion: '0.11.2', + providerVersion: '0.12.0', providerVersionConstraint: '~> 0.7' }, provider: config.provider, diff --git a/src/static-resource/README.md b/src/static-resource/README.md index b8c8f67..77a78ec 100644 --- a/src/static-resource/README.md +++ b/src/static-resource/README.md @@ -1,3 +1,3 @@ # `time_static` -Refer to the Terraform Registry for docs: [`time_static`](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static). +Refer to the Terraform Registry for docs: [`time_static`](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static). diff --git a/src/static-resource/index.ts b/src/static-resource/index.ts index bb71cb4..caab489 100644 --- a/src/static-resource/index.ts +++ b/src/static-resource/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static +// https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,19 +15,19 @@ export interface StaticResourceConfig extends cdktf.TerraformMetaArguments { /** * Base timestamp in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.8) format (see [RFC3339 time string](https://tools.ietf.org/html/rfc3339#section-5.8) e.g., `YYYY-MM-DDTHH:MM:SSZ`). Defaults to the current time. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#rfc3339 StaticResource#rfc3339} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#rfc3339 StaticResource#rfc3339} */ readonly rfc3339?: string; /** * Arbitrary map of values that, when changed, will trigger a new base timestamp value to be saved. See [the main provider documentation](../index.md) for more information. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#triggers StaticResource#triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#triggers StaticResource#triggers} */ readonly triggers?: { [key: string]: string }; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static} */ export class StaticResource extends cdktf.TerraformResource { @@ -43,7 +43,7 @@ export class StaticResource extends cdktf.TerraformResource { * Generates CDKTF code for importing a StaticResource resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the StaticResource to import - * @param importFromId The id of the existing StaticResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StaticResource that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StaticResource to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -55,7 +55,7 @@ export class StaticResource extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/static time_static} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/static time_static} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope @@ -66,7 +66,7 @@ export class StaticResource extends cdktf.TerraformResource { terraformResourceType: 'time_static', terraformGeneratorMetadata: { providerName: 'time', - providerVersion: '0.11.2', + providerVersion: '0.12.0', providerVersionConstraint: '~> 0.7' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index ee3b2b4..67d0034 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/hashicorp/time": "0.11.2" + "registry.terraform.io/hashicorp/time": "0.12.0" }