diff --git a/README.md b/README.md
index 7ec0f71..9d93133 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This repo builds and publishes the Terraform time Provider bindings for [CDK for Terraform](https://cdk.tf).
-Is based directly on time 0.9.2
+Is based directly on time 0.10.0
## Available Packages
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform time Provider version 1:1.
These are the upstream dependencies:
- [Terraform CDK](https://cdk.tf)
-- [Terraform time Provider](https://registry.terraform.io/providers/hashicorp/time/0.9.2)
+- [Terraform time Provider](https://registry.terraform.io/providers/hashicorp/time/0.10.0)
- This links to the minimum version being tracked, you can find the latest released version [in our releases](https://github.com/cdktf/cdktf-provider-time/releases)
- [Terraform Engine](https://terraform.io)
diff --git a/docs/offset.csharp.md b/docs/offset.csharp.md
index 0ed8c81..77b83d9 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.9.2/docs/resources/offset time_offset}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset time_offset}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use
---
@@ -1114,7 +1114,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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
---
@@ -1128,7 +1128,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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_days Offset#offset_days}
---
@@ -1142,7 +1142,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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_hours Offset#offset_hours}
---
@@ -1156,7 +1156,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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_minutes Offset#offset_minutes}
---
@@ -1170,7 +1170,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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_months Offset#offset_months}
---
@@ -1184,7 +1184,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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_seconds Offset#offset_seconds}
---
@@ -1198,7 +1198,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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_years Offset#offset_years}
---
@@ -1214,7 +1214,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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
diff --git a/docs/offset.go.md b/docs/offset.go.md
index 30442ef..031eeaa 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.9.2/docs/resources/offset time_offset}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset time_offset}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use
---
@@ -1114,7 +1114,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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
---
@@ -1128,7 +1128,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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_days Offset#offset_days}
---
@@ -1142,7 +1142,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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_hours Offset#offset_hours}
---
@@ -1156,7 +1156,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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_minutes Offset#offset_minutes}
---
@@ -1170,7 +1170,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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_months Offset#offset_months}
---
@@ -1184,7 +1184,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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_seconds Offset#offset_seconds}
---
@@ -1198,7 +1198,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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_years Offset#offset_years}
---
@@ -1214,7 +1214,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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
diff --git a/docs/offset.java.md b/docs/offset.java.md
index 7d4b7e6..313d3b9 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.9.2/docs/resources/offset time_offset}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
@@ -670,7 +670,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.9.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.10.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use
---
@@ -1272,7 +1272,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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
---
@@ -1286,7 +1286,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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_days Offset#offset_days}
---
@@ -1300,7 +1300,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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_hours Offset#offset_hours}
---
@@ -1314,7 +1314,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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_minutes Offset#offset_minutes}
---
@@ -1328,7 +1328,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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_months Offset#offset_months}
---
@@ -1342,7 +1342,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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_seconds Offset#offset_seconds}
---
@@ -1356,7 +1356,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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_years Offset#offset_years}
---
@@ -1372,7 +1372,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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
diff --git a/docs/offset.python.md b/docs/offset.python.md
index 6a100cc..09f1acb 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.9.2/docs/resources/offset time_offset}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
@@ -714,7 +714,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.9.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.10.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use
---
@@ -1312,7 +1312,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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
---
@@ -1326,7 +1326,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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_days Offset#offset_days}
---
@@ -1340,7 +1340,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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_hours Offset#offset_hours}
---
@@ -1354,7 +1354,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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_minutes Offset#offset_minutes}
---
@@ -1368,7 +1368,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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_months Offset#offset_months}
---
@@ -1382,7 +1382,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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_seconds Offset#offset_seconds}
---
@@ -1396,7 +1396,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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_years Offset#offset_years}
---
@@ -1412,7 +1412,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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
diff --git a/docs/offset.typescript.md b/docs/offset.typescript.md
index bc90385..d403975 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.9.2/docs/resources/offset time_offset}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset time_offset}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/offset#import import section} in the documentation of this resource for the id to use
---
@@ -1098,7 +1098,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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
---
@@ -1112,7 +1112,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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_days Offset#offset_days}
---
@@ -1126,7 +1126,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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_hours Offset#offset_hours}
---
@@ -1140,7 +1140,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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_minutes Offset#offset_minutes}
---
@@ -1154,7 +1154,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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_months Offset#offset_months}
---
@@ -1168,7 +1168,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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_seconds Offset#offset_seconds}
---
@@ -1182,7 +1182,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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#offset_years Offset#offset_years}
---
@@ -1198,7 +1198,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.9.2/docs/resources/offset#triggers Offset#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
---
diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md
index f9a3514..203cf13 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.9.2/docs time}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs time}.
#### Initializers
@@ -233,7 +233,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.9.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.10.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -414,7 +414,7 @@ public string Alias { get; set; }
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
diff --git a/docs/provider.go.md b/docs/provider.go.md
index 7ce4e0c..8698761 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.9.2/docs time}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs time}.
#### Initializers
@@ -233,7 +233,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.9.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.10.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -414,7 +414,7 @@ Alias *string
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
diff --git a/docs/provider.java.md b/docs/provider.java.md
index 1d309e2..b7fa014 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.9.2/docs time}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
@@ -239,7 +239,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.9.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.10.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -420,7 +420,7 @@ public java.lang.String getAlias();
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
diff --git a/docs/provider.python.md b/docs/provider.python.md
index 8a7ab18..d934e4d 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.9.2/docs time}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
@@ -257,7 +257,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.9.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.10.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -438,7 +438,7 @@ alias: str
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md
index f68a1a3..b7a8843 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.9.2/docs time}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs time}.
#### Initializers
@@ -233,7 +233,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.9.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.10.0/docs#import import section} in the documentation of this resource for the id to use
---
@@ -412,7 +412,7 @@ public readonly alias: string;
Alias name.
-Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs#alias TimeProvider#alias}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
---
diff --git a/docs/rotating.csharp.md b/docs/rotating.csharp.md
index 558369f..3f635f7 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.9.2/docs/resources/rotating time_rotating}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating time_rotating}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use
---
@@ -1103,7 +1103,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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rfc3339 Rotating#rfc3339}
---
@@ -1119,7 +1119,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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_days Rotating#rotation_days}
---
@@ -1135,7 +1135,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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
---
@@ -1151,7 +1151,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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
---
@@ -1167,7 +1167,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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_months Rotating#rotation_months}
---
@@ -1181,7 +1181,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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
---
@@ -1197,7 +1197,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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_years Rotating#rotation_years}
---
@@ -1213,7 +1213,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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
diff --git a/docs/rotating.go.md b/docs/rotating.go.md
index 7bae9a0..760788e 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.9.2/docs/resources/rotating time_rotating}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating time_rotating}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use
---
@@ -1103,7 +1103,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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rfc3339 Rotating#rfc3339}
---
@@ -1119,7 +1119,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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_days Rotating#rotation_days}
---
@@ -1135,7 +1135,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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
---
@@ -1151,7 +1151,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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
---
@@ -1167,7 +1167,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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_months Rotating#rotation_months}
---
@@ -1181,7 +1181,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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
---
@@ -1197,7 +1197,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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_years Rotating#rotation_years}
---
@@ -1213,7 +1213,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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
diff --git a/docs/rotating.java.md b/docs/rotating.java.md
index 4a50fca..c5f1681 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.9.2/docs/resources/rotating time_rotating}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
@@ -680,7 +680,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.9.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.10.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use
---
@@ -1271,7 +1271,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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rfc3339 Rotating#rfc3339}
---
@@ -1287,7 +1287,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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_days Rotating#rotation_days}
---
@@ -1303,7 +1303,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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
---
@@ -1319,7 +1319,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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
---
@@ -1335,7 +1335,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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_months Rotating#rotation_months}
---
@@ -1349,7 +1349,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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
---
@@ -1365,7 +1365,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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_years Rotating#rotation_years}
---
@@ -1381,7 +1381,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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
diff --git a/docs/rotating.python.md b/docs/rotating.python.md
index b480fc4..4cffe2a 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.9.2/docs/resources/rotating time_rotating}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
@@ -724,7 +724,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.9.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.10.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use
---
@@ -1311,7 +1311,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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rfc3339 Rotating#rfc3339}
---
@@ -1327,7 +1327,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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_days Rotating#rotation_days}
---
@@ -1343,7 +1343,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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
---
@@ -1359,7 +1359,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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
---
@@ -1375,7 +1375,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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_months Rotating#rotation_months}
---
@@ -1389,7 +1389,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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
---
@@ -1405,7 +1405,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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_years Rotating#rotation_years}
---
@@ -1421,7 +1421,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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
diff --git a/docs/rotating.typescript.md b/docs/rotating.typescript.md
index a3bebc3..7e25862 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.9.2/docs/resources/rotating time_rotating}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating time_rotating}.
#### Initializers
@@ -516,7 +516,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.9.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.10.0/docs/resources/rotating#import import section} in the documentation of this resource for the id to use
---
@@ -1087,7 +1087,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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rfc3339 Rotating#rfc3339}
---
@@ -1103,7 +1103,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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_days Rotating#rotation_days}
---
@@ -1119,7 +1119,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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
---
@@ -1135,7 +1135,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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
---
@@ -1151,7 +1151,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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_months Rotating#rotation_months}
---
@@ -1165,7 +1165,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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
---
@@ -1181,7 +1181,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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#rotation_years Rotating#rotation_years}
---
@@ -1197,7 +1197,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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
---
diff --git a/docs/sleep.csharp.md b/docs/sleep.csharp.md
index b68aabd..b2feceb 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.9.2/docs/resources/sleep time_sleep}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep time_sleep}.
#### Initializers
@@ -481,7 +481,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.9.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.10.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use
---
@@ -871,7 +871,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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#create_duration Sleep#create_duration}
---
@@ -885,7 +885,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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
---
@@ -901,7 +901,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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
diff --git a/docs/sleep.go.md b/docs/sleep.go.md
index bb155b6..2e73344 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.9.2/docs/resources/sleep time_sleep}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep time_sleep}.
#### Initializers
@@ -481,7 +481,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.9.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.10.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use
---
@@ -871,7 +871,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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#create_duration Sleep#create_duration}
---
@@ -885,7 +885,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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
---
@@ -901,7 +901,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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
diff --git a/docs/sleep.java.md b/docs/sleep.java.md
index 19830e9..f0c149c 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.9.2/docs/resources/sleep time_sleep}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
@@ -575,7 +575,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.9.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.10.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use
---
@@ -969,7 +969,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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#create_duration Sleep#create_duration}
---
@@ -983,7 +983,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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
---
@@ -999,7 +999,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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
diff --git a/docs/sleep.python.md b/docs/sleep.python.md
index e39e507..2b8489d 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.9.2/docs/resources/sleep time_sleep}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
@@ -619,7 +619,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.9.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.10.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use
---
@@ -1009,7 +1009,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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#create_duration Sleep#create_duration}
---
@@ -1023,7 +1023,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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
---
@@ -1039,7 +1039,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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
diff --git a/docs/sleep.typescript.md b/docs/sleep.typescript.md
index 804f8fe..2c98b6f 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.9.2/docs/resources/sleep time_sleep}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep time_sleep}.
#### Initializers
@@ -481,7 +481,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.9.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.10.0/docs/resources/sleep#import import section} in the documentation of this resource for the id to use
---
@@ -860,7 +860,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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#create_duration Sleep#create_duration}
---
@@ -874,7 +874,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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
---
@@ -890,7 +890,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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
---
diff --git a/docs/staticResource.csharp.md b/docs/staticResource.csharp.md
index ce1a4ee..07a5cb9 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.9.2/docs/resources/static time_static}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static time_static}.
#### Initializers
@@ -474,7 +474,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.9.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.10.0/docs/resources/static#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#rfc3339 StaticResource#rfc3339}
---
@@ -933,7 +933,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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
diff --git a/docs/staticResource.go.md b/docs/staticResource.go.md
index 29ed3fe..4a98425 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.9.2/docs/resources/static time_static}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static time_static}.
#### Initializers
@@ -474,7 +474,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.9.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.10.0/docs/resources/static#import import section} in the documentation of this resource for the id to use
---
@@ -917,7 +917,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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#rfc3339 StaticResource#rfc3339}
---
@@ -933,7 +933,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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
diff --git a/docs/staticResource.java.md b/docs/staticResource.java.md
index 91f90f9..c2c8517 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.9.2/docs/resources/static time_static}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
@@ -556,7 +556,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.9.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.10.0/docs/resources/static#import import section} in the documentation of this resource for the id to use
---
@@ -1003,7 +1003,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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#rfc3339 StaticResource#rfc3339}
---
@@ -1019,7 +1019,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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
diff --git a/docs/staticResource.python.md b/docs/staticResource.python.md
index 7466b09..4912dbc 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.9.2/docs/resources/static time_static}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
@@ -600,7 +600,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.9.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.10.0/docs/resources/static#import import section} in the documentation of this resource for the id to use
---
@@ -1043,7 +1043,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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#rfc3339 StaticResource#rfc3339}
---
@@ -1059,7 +1059,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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
diff --git a/docs/staticResource.typescript.md b/docs/staticResource.typescript.md
index a1e9441..e8fa601 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.9.2/docs/resources/static time_static}.
+Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static time_static}.
#### Initializers
@@ -474,7 +474,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.9.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.10.0/docs/resources/static#import import section} in the documentation of this resource for the id to use
---
@@ -907,7 +907,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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#rfc3339 StaticResource#rfc3339}
---
@@ -923,7 +923,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.9.2/docs/resources/static#triggers StaticResource#triggers}
+Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
---
diff --git a/package.json b/package.json
index 03edc6d..5ffa937 100644
--- a/package.json
+++ b/package.json
@@ -152,7 +152,7 @@
"cdktf": {
"provider": {
"name": "registry.terraform.io/hashicorp/time",
- "version": "0.9.2"
+ "version": "0.10.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 02b9a8b..e0128a8 100644
--- a/src/offset/README.md
+++ b/src/offset/README.md
@@ -1,3 +1,3 @@
# `time_offset`
-Refer to the Terraform Registory for docs: [`time_offset`](https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/offset).
+Refer to the Terraform Registory for docs: [`time_offset`](https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset).
diff --git a/src/offset/index.ts b/src/offset/index.ts
index d68b9ce..7c297e0 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.9.2/docs/resources/offset
+// https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#base_rfc3339 Offset#base_rfc3339}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_days Offset#offset_days}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_hours Offset#offset_hours}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_minutes Offset#offset_minutes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_months Offset#offset_months}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_seconds Offset#offset_seconds}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#offset_years Offset#offset_years}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/offset#triggers Offset#triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/offset#triggers Offset#triggers}
*/
readonly triggers?: { [key: string]: string };
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/offset time_offset}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.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.10.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.9.2/docs/resources/offset time_offset} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2',
+ providerVersion: '0.10.0',
providerVersionConstraint: '~> 0.7'
},
provider: config.provider,
diff --git a/src/provider/README.md b/src/provider/README.md
index bde7bba..90b05f9 100644
--- a/src/provider/README.md
+++ b/src/provider/README.md
@@ -1,3 +1,3 @@
# `provider`
-Refer to the Terraform Registory for docs: [`time`](https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs).
+Refer to the Terraform Registory for docs: [`time`](https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs).
diff --git a/src/provider/index.ts b/src/provider/index.ts
index d64784a..885314a 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.9.2/docs
+// https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs#alias TimeProvider#alias}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs#alias TimeProvider#alias}
*/
readonly alias?: string;
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs time}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.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.10.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.9.2/docs time} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2',
+ providerVersion: '0.10.0',
providerVersionConstraint: '~> 0.7'
},
terraformProviderSource: 'hashicorp/time'
diff --git a/src/rotating/README.md b/src/rotating/README.md
index 707d8cb..b5f9886 100644
--- a/src/rotating/README.md
+++ b/src/rotating/README.md
@@ -1,3 +1,3 @@
# `time_rotating`
-Refer to the Terraform Registory for docs: [`time_rotating`](https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/rotating).
+Refer to the Terraform Registory for docs: [`time_rotating`](https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating).
diff --git a/src/rotating/index.ts b/src/rotating/index.ts
index bdcfb41..dc2339d 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.9.2/docs/resources/rotating
+// https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rfc3339 Rotating#rfc3339}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_days Rotating#rotation_days}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_hours Rotating#rotation_hours}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_minutes Rotating#rotation_minutes}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_months Rotating#rotation_months}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_rfc3339 Rotating#rotation_rfc3339}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#rotation_years Rotating#rotation_years}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/rotating#triggers Rotating#triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/rotating#triggers Rotating#triggers}
*/
readonly triggers?: { [key: string]: string };
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/rotating time_rotating}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.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.10.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.9.2/docs/resources/rotating time_rotating} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2',
+ providerVersion: '0.10.0',
providerVersionConstraint: '~> 0.7'
},
provider: config.provider,
diff --git a/src/sleep/README.md b/src/sleep/README.md
index 307f37c..6495a93 100644
--- a/src/sleep/README.md
+++ b/src/sleep/README.md
@@ -1,3 +1,3 @@
# `time_sleep`
-Refer to the Terraform Registory for docs: [`time_sleep`](https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/sleep).
+Refer to the Terraform Registory for docs: [`time_sleep`](https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep).
diff --git a/src/sleep/index.ts b/src/sleep/index.ts
index 6466ddd..f061204 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.9.2/docs/resources/sleep
+// https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#create_duration Sleep#create_duration}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#destroy_duration Sleep#destroy_duration}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/sleep#triggers Sleep#triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/sleep#triggers Sleep#triggers}
*/
readonly triggers?: { [key: string]: string };
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/sleep time_sleep}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.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.10.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.9.2/docs/resources/sleep time_sleep} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2',
+ providerVersion: '0.10.0',
providerVersionConstraint: '~> 0.7'
},
provider: config.provider,
diff --git a/src/static-resource/README.md b/src/static-resource/README.md
index 84b311f..69261ec 100644
--- a/src/static-resource/README.md
+++ b/src/static-resource/README.md
@@ -1,3 +1,3 @@
# `time_static`
-Refer to the Terraform Registory for docs: [`time_static`](https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/static).
+Refer to the Terraform Registory for docs: [`time_static`](https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static).
diff --git a/src/static-resource/index.ts b/src/static-resource/index.ts
index b524517..16290f2 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.9.2/docs/resources/static
+// https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#rfc3339 StaticResource#rfc3339}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2/docs/resources/static#triggers StaticResource#triggers}
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/time/0.10.0/docs/resources/static#triggers StaticResource#triggers}
*/
readonly triggers?: { [key: string]: string };
}
/**
-* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.9.2/docs/resources/static time_static}
+* Represents a {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.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.10.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.9.2/docs/resources/static time_static} Resource
+ * Create a new {@link https://registry.terraform.io/providers/hashicorp/time/0.10.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.9.2',
+ providerVersion: '0.10.0',
providerVersionConstraint: '~> 0.7'
},
provider: config.provider,
diff --git a/src/version.json b/src/version.json
index bb7ee5e..01e0f9e 100644
--- a/src/version.json
+++ b/src/version.json
@@ -1,3 +1,3 @@
{
- "registry.terraform.io/hashicorp/time": "0.9.2"
+ "registry.terraform.io/hashicorp/time": "0.10.0"
}