From 4e19bf5b9464e1a21bfe1fbeaf51e815d6d05a80 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Wed, 24 Jan 2024 12:04:24 +0000 Subject: [PATCH] chore(deps): update by cdktf/cdktf-repository-manager@d96f5a5 --- .github/workflows/release.yml | 1 + README.md | 6 ++-- docs/dataArchiveFile.csharp.md | 28 ++++++++--------- docs/dataArchiveFile.go.md | 46 ++++++++++++++-------------- docs/dataArchiveFile.java.md | 48 +++++++++++++++--------------- docs/dataArchiveFile.python.md | 48 +++++++++++++++--------------- docs/dataArchiveFile.typescript.md | 28 ++++++++--------- docs/file.csharp.md | 28 ++++++++--------- docs/file.go.md | 46 ++++++++++++++-------------- docs/file.java.md | 48 +++++++++++++++--------------- docs/file.python.md | 48 +++++++++++++++--------------- docs/file.typescript.md | 28 ++++++++--------- docs/provider.csharp.md | 6 ++-- docs/provider.go.md | 18 +++++------ docs/provider.java.md | 8 ++--- docs/provider.python.md | 8 ++--- docs/provider.typescript.md | 6 ++-- package.json | 2 +- src/data-archive-file/README.md | 2 +- src/data-archive-file/index.ts | 39 +++++++++++------------- src/file/README.md | 2 +- src/file/index.ts | 39 +++++++++++------------- src/index.ts | 5 ---- src/lazy-index.ts | 5 ---- src/provider/README.md | 2 +- src/provider/index.ts | 17 ++++------- src/version.json | 2 +- yarn.lock | 6 ++-- 28 files changed, 273 insertions(+), 297 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ebd7977..0ca587cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,7 @@ jobs: - name: Check if version has already been tagged id: check_tag_exists run: |- + if [ ! -f dist/dist/releasetag.txt ]; then (echo "exists=true" >> $GITHUB_OUTPUT) && exit 0; fi TAG=$(cat dist/dist/releasetag.txt) ([ ! -z "$TAG" ] && git ls-remote -q --exit-code --tags origin $TAG && (echo "exists=true" >> $GITHUB_OUTPUT)) || (echo "exists=false" >> $GITHUB_OUTPUT) cat $GITHUB_OUTPUT diff --git a/README.md b/README.md index 2626210c..9617b2fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for hashicorp/archive provider version 2.4.1 +# CDKTF prebuilt bindings for hashicorp/archive provider version 2.4.2 -This repo builds and publishes the [Terraform archive provider](https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform archive provider](https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform archive provider version 1 These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform archive provider](https://registry.terraform.io/providers/hashicorp/archive/2.4.1) +- [Terraform archive provider](https://registry.terraform.io/providers/hashicorp/archive/2.4.2) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/dataArchiveFile.csharp.md b/docs/dataArchiveFile.csharp.md index bef107bc..35baeaa5 100644 --- a/docs/dataArchiveFile.csharp.md +++ b/docs/dataArchiveFile.csharp.md @@ -4,7 +4,7 @@ ### DataArchiveFile -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file}. #### Initializers @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataArchiveFile to import. The id of the existing DataArchiveFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use --- @@ -1047,7 +1047,7 @@ public string OutputPath { get; set; } The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -1061,7 +1061,7 @@ public string Type { get; set; } The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -1075,7 +1075,7 @@ public string[] Excludes { get; set; } Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -1089,7 +1089,7 @@ public object ExcludeSymlinkDirectories { get; set; } Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -1105,7 +1105,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -1119,7 +1119,7 @@ public object Source { get; set; } source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -1135,7 +1135,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -1151,7 +1151,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -1167,7 +1167,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -1183,7 +1183,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -1219,7 +1219,7 @@ public string Content { get; set; } Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} --- @@ -1233,7 +1233,7 @@ public string Filename { get; set; } Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} --- diff --git a/docs/dataArchiveFile.go.md b/docs/dataArchiveFile.go.md index ed219852..b5cec226 100644 --- a/docs/dataArchiveFile.go.md +++ b/docs/dataArchiveFile.go.md @@ -4,12 +4,12 @@ ### DataArchiveFile -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.NewDataArchiveFile(scope Construct, id *string, config DataArchiveFileConfig) DataArchiveFile ``` @@ -345,7 +345,7 @@ func ResetSourceFile() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.DataArchiveFile_IsConstruct(x interface{}) *bool ``` @@ -377,7 +377,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.DataArchiveFile_IsTerraformElement(x interface{}) *bool ``` @@ -391,7 +391,7 @@ dataarchivefile.DataArchiveFile_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.DataArchiveFile_IsTerraformDataSource(x interface{}) *bool ``` @@ -405,7 +405,7 @@ dataarchivefile.DataArchiveFile_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.DataArchiveFile_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataArchiveFile to import. The id of the existing DataArchiveFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" &dataarchivefile.DataArchiveFileConfig { Connection: interface{}, @@ -1047,7 +1047,7 @@ OutputPath *string The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -1061,7 +1061,7 @@ Type *string The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -1075,7 +1075,7 @@ Excludes *[]*string Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -1089,7 +1089,7 @@ ExcludeSymlinkDirectories interface{} Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -1105,7 +1105,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -1119,7 +1119,7 @@ Source interface{} source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -1135,7 +1135,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -1151,7 +1151,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -1167,7 +1167,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -1183,7 +1183,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -1192,7 +1192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" &dataarchivefile.DataArchiveFileSource { Content: *string, @@ -1219,7 +1219,7 @@ Content *string Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} --- @@ -1233,7 +1233,7 @@ Filename *string Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} --- @@ -1244,7 +1244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.NewDataArchiveFileSourceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataArchiveFileSourceList ``` @@ -1404,7 +1404,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/dataarchivefile" +import "github.com/cdktf/cdktf-provider-archive-go/archive/dataarchivefile" dataarchivefile.NewDataArchiveFileSourceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataArchiveFileSourceOutputReference ``` diff --git a/docs/dataArchiveFile.java.md b/docs/dataArchiveFile.java.md index daa13189..290528ea 100644 --- a/docs/dataArchiveFile.java.md +++ b/docs/dataArchiveFile.java.md @@ -4,7 +4,7 @@ ### DataArchiveFile -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file}. #### Initializers @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -170,7 +170,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -192,7 +192,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -204,7 +204,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -216,7 +216,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -228,7 +228,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the DataArchiveFile to import. The id of the existing DataArchiveFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use --- @@ -1239,7 +1239,7 @@ public java.lang.String getOutputPath(); The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -1253,7 +1253,7 @@ public java.lang.String getType(); The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -1267,7 +1267,7 @@ public java.util.List getExcludes(); Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -1281,7 +1281,7 @@ public java.lang.Object getExcludeSymlinkDirectories(); Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -1297,7 +1297,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -1311,7 +1311,7 @@ public java.lang.Object getSource(); source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -1327,7 +1327,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -1343,7 +1343,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -1359,7 +1359,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -1375,7 +1375,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -1411,7 +1411,7 @@ public java.lang.String getContent(); Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} --- @@ -1425,7 +1425,7 @@ public java.lang.String getFilename(); Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} --- diff --git a/docs/dataArchiveFile.python.md b/docs/dataArchiveFile.python.md index f2bbabe2..792364ee 100644 --- a/docs/dataArchiveFile.python.md +++ b/docs/dataArchiveFile.python.md @@ -4,7 +4,7 @@ ### DataArchiveFile -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file}. #### Initializers @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -166,7 +166,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -188,7 +188,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -200,7 +200,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -212,7 +212,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -224,7 +224,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -654,7 +654,7 @@ The construct id used in the generated config for the DataArchiveFile to import. The id of the existing DataArchiveFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use --- @@ -1267,7 +1267,7 @@ output_path: str The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -1281,7 +1281,7 @@ type: str The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -1295,7 +1295,7 @@ excludes: typing.List[str] Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -1309,7 +1309,7 @@ exclude_symlink_directories: typing.Union[bool, IResolvable] Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -1325,7 +1325,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -1339,7 +1339,7 @@ source: typing.Union[IResolvable, typing.List[DataArchiveFileSource]] source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -1355,7 +1355,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -1371,7 +1371,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -1387,7 +1387,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -1403,7 +1403,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -1439,7 +1439,7 @@ content: str Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} --- @@ -1453,7 +1453,7 @@ filename: str Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} --- diff --git a/docs/dataArchiveFile.typescript.md b/docs/dataArchiveFile.typescript.md index 5f6cf9f5..ab2097fd 100644 --- a/docs/dataArchiveFile.typescript.md +++ b/docs/dataArchiveFile.typescript.md @@ -4,7 +4,7 @@ ### DataArchiveFile -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file}. #### Initializers @@ -434,7 +434,7 @@ The construct id used in the generated config for the DataArchiveFile to import. The id of the existing DataArchiveFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use --- @@ -1029,7 +1029,7 @@ public readonly outputPath: string; The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} --- @@ -1043,7 +1043,7 @@ public readonly type: string; The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} --- @@ -1057,7 +1057,7 @@ public readonly excludes: string[]; Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} --- @@ -1071,7 +1071,7 @@ public readonly excludeSymlinkDirectories: boolean | IResolvable; Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} --- @@ -1087,7 +1087,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} --- @@ -1101,7 +1101,7 @@ public readonly source: IResolvable | DataArchiveFileSource[]; source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} --- @@ -1117,7 +1117,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} --- @@ -1133,7 +1133,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} --- @@ -1149,7 +1149,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} --- @@ -1165,7 +1165,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} --- @@ -1198,7 +1198,7 @@ public readonly content: string; Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} --- @@ -1212,7 +1212,7 @@ public readonly filename: string; Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} --- diff --git a/docs/file.csharp.md b/docs/file.csharp.md index 256bd06e..95b9e30a 100644 --- a/docs/file.csharp.md +++ b/docs/file.csharp.md @@ -4,7 +4,7 @@ ### File -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the File to import. The id of the existing File that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use --- @@ -1171,7 +1171,7 @@ public string OutputPath { get; set; } The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -1185,7 +1185,7 @@ public string Type { get; set; } The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -1199,7 +1199,7 @@ public string[] Excludes { get; set; } Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -1213,7 +1213,7 @@ public object ExcludeSymlinkDirectories { get; set; } Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -1229,7 +1229,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -1243,7 +1243,7 @@ public object Source { get; set; } source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -1259,7 +1259,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -1275,7 +1275,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -1291,7 +1291,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -1307,7 +1307,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -1343,7 +1343,7 @@ public string Content { get; set; } Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} --- @@ -1357,7 +1357,7 @@ public string Filename { get; set; } Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} --- diff --git a/docs/file.go.md b/docs/file.go.md index 02c38a15..26308d15 100644 --- a/docs/file.go.md +++ b/docs/file.go.md @@ -4,12 +4,12 @@ ### File -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.NewFile(scope Construct, id *string, config FileConfig) File ``` @@ -447,7 +447,7 @@ func ResetSourceFile() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.File_IsConstruct(x interface{}) *bool ``` @@ -479,7 +479,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.File_IsTerraformElement(x interface{}) *bool ``` @@ -493,7 +493,7 @@ file.File_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.File_IsTerraformResource(x interface{}) *bool ``` @@ -507,7 +507,7 @@ file.File_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.File_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -536,7 +536,7 @@ The construct id used in the generated config for the File to import. The id of the existing File that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" &file.FileConfig { Connection: interface{}, @@ -1171,7 +1171,7 @@ OutputPath *string The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -1185,7 +1185,7 @@ Type *string The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -1199,7 +1199,7 @@ Excludes *[]*string Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -1213,7 +1213,7 @@ ExcludeSymlinkDirectories interface{} Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -1229,7 +1229,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -1243,7 +1243,7 @@ Source interface{} source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -1259,7 +1259,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -1275,7 +1275,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -1291,7 +1291,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -1307,7 +1307,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -1316,7 +1316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializer ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" &file.FileSource { Content: *string, @@ -1343,7 +1343,7 @@ Content *string Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} --- @@ -1357,7 +1357,7 @@ Filename *string Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} --- @@ -1368,7 +1368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.NewFileSourceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FileSourceList ``` @@ -1528,7 +1528,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/file" +import "github.com/cdktf/cdktf-provider-archive-go/archive/file" file.NewFileSourceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) FileSourceOutputReference ``` diff --git a/docs/file.java.md b/docs/file.java.md index 2bd5d0eb..6d872f42 100644 --- a/docs/file.java.md +++ b/docs/file.java.md @@ -4,7 +4,7 @@ ### File -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file}. #### Initializers @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -170,7 +170,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -192,7 +192,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -204,7 +204,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -216,7 +216,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -228,7 +228,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the File to import. The id of the existing File that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use --- @@ -1365,7 +1365,7 @@ public java.lang.String getOutputPath(); The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -1379,7 +1379,7 @@ public java.lang.String getType(); The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -1393,7 +1393,7 @@ public java.util.List getExcludes(); Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -1407,7 +1407,7 @@ public java.lang.Object getExcludeSymlinkDirectories(); Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -1423,7 +1423,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -1437,7 +1437,7 @@ public java.lang.Object getSource(); source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -1453,7 +1453,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -1469,7 +1469,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -1485,7 +1485,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -1501,7 +1501,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -1537,7 +1537,7 @@ public java.lang.String getContent(); Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} --- @@ -1551,7 +1551,7 @@ public java.lang.String getFilename(); Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} --- diff --git a/docs/file.python.md b/docs/file.python.md index 70a39384..61333bf8 100644 --- a/docs/file.python.md +++ b/docs/file.python.md @@ -4,7 +4,7 @@ ### File -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file}. #### Initializers @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -166,7 +166,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashi source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -188,7 +188,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -200,7 +200,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -212,7 +212,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -224,7 +224,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -768,7 +768,7 @@ The construct id used in the generated config for the File to import. The id of the existing File that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use --- @@ -1403,7 +1403,7 @@ output_path: str The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -1417,7 +1417,7 @@ type: str The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -1431,7 +1431,7 @@ excludes: typing.List[str] Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -1445,7 +1445,7 @@ exclude_symlink_directories: typing.Union[bool, IResolvable] Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -1461,7 +1461,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -1475,7 +1475,7 @@ source: typing.Union[IResolvable, typing.List[FileSource]] source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -1491,7 +1491,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -1507,7 +1507,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -1523,7 +1523,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -1539,7 +1539,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -1575,7 +1575,7 @@ content: str Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} --- @@ -1589,7 +1589,7 @@ filename: str Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} --- diff --git a/docs/file.typescript.md b/docs/file.typescript.md index f7874537..8621eaed 100644 --- a/docs/file.typescript.md +++ b/docs/file.typescript.md @@ -4,7 +4,7 @@ ### File -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file}. #### Initializers @@ -536,7 +536,7 @@ The construct id used in the generated config for the File to import. The id of the existing File that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ public readonly outputPath: string; The output of the archive file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} --- @@ -1167,7 +1167,7 @@ public readonly type: string; The type of archive to generate. NOTE: `zip` is supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} --- @@ -1181,7 +1181,7 @@ public readonly excludes: string[]; Specify files to ignore when reading the `source_dir`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} --- @@ -1195,7 +1195,7 @@ public readonly excludeSymlinkDirectories: boolean | IResolvable; Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} --- @@ -1211,7 +1211,7 @@ String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} --- @@ -1225,7 +1225,7 @@ public readonly source: IResolvable | FileSource[]; source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} --- @@ -1241,7 +1241,7 @@ Add only this content to the archive with `source_content_filename` as the filen One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} --- @@ -1257,7 +1257,7 @@ Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} --- @@ -1273,7 +1273,7 @@ Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} --- @@ -1289,7 +1289,7 @@ Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} --- @@ -1322,7 +1322,7 @@ public readonly content: string; Add this content to the archive with `filename` as the filename. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} --- @@ -1336,7 +1336,7 @@ public readonly filename: string; Set this as the filename when declaring a `source`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 5f9ffe0f..2bfc3925 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### ArchiveProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive}. #### Initializers @@ -240,7 +240,7 @@ The construct id used in the generated config for the ArchiveProvider to import. The id of the existing ArchiveProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/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/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -421,7 +421,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 32d51482..443517e9 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,12 +4,12 @@ ### ArchiveProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" provider.NewArchiveProvider(scope Construct, id *string, config ArchiveProviderConfig) ArchiveProvider ``` @@ -151,7 +151,7 @@ func ResetAlias() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" provider.ArchiveProvider_IsConstruct(x interface{}) *bool ``` @@ -183,7 +183,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" provider.ArchiveProvider_IsTerraformElement(x interface{}) *bool ``` @@ -197,7 +197,7 @@ provider.ArchiveProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" provider.ArchiveProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -211,7 +211,7 @@ provider.ArchiveProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" provider.ArchiveProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -240,7 +240,7 @@ The construct id used in the generated config for the ArchiveProvider to import. The id of the existing ArchiveProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/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/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -396,7 +396,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-archive-go/archive/v10/provider" +import "github.com/cdktf/cdktf-provider-archive-go/archive/provider" &provider.ArchiveProviderConfig { Alias: *string, @@ -421,7 +421,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index d80111fe..664bac08 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### ArchiveProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive}. #### 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/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- @@ -246,7 +246,7 @@ The construct id used in the generated config for the ArchiveProvider to import. The id of the existing ArchiveProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/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/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -427,7 +427,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 45f2ef1e..ba65b43c 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### ArchiveProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive}. #### 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/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- @@ -264,7 +264,7 @@ The construct id used in the generated config for the ArchiveProvider to import. The id of the existing ArchiveProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/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/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -445,7 +445,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index f19ebf78..ef0f155a 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### ArchiveProvider -Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive}. +Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive}. #### Initializers @@ -240,7 +240,7 @@ The construct id used in the generated config for the ArchiveProvider to import. The id of the existing ArchiveProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/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/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -419,7 +419,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} --- diff --git a/package.json b/package.json index dc4e8e62..00f37c91 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/hashicorp/archive", - "version": "2.4.1" + "version": "2.4.2" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/data-archive-file/README.md b/src/data-archive-file/README.md index 2f5e7f58..6f2ee1bc 100644 --- a/src/data-archive-file/README.md +++ b/src/data-archive-file/README.md @@ -1,3 +1,3 @@ # `data_archive_file` -Refer to the Terraform Registry for docs: [`data_archive_file`](https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file). +Refer to the Terraform Registry for docs: [`data_archive_file`](https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file). diff --git a/src/data-archive-file/index.ts b/src/data-archive-file/index.ts index 755ef7bb..be565fd6 100644 --- a/src/data-archive-file/index.ts +++ b/src/data-archive-file/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file +// https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,61 +10,61 @@ export interface DataArchiveFileConfig extends cdktf.TerraformMetaArguments { /** * Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#exclude_symlink_directories DataArchiveFile#exclude_symlink_directories} */ readonly excludeSymlinkDirectories?: boolean | cdktf.IResolvable; /** * Specify files to ignore when reading the `source_dir`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#excludes DataArchiveFile#excludes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#excludes DataArchiveFile#excludes} */ readonly excludes?: string[]; /** * String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_file_mode DataArchiveFile#output_file_mode} */ readonly outputFileMode?: string; /** * The output of the archive file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#output_path DataArchiveFile#output_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#output_path DataArchiveFile#output_path} */ readonly outputPath: string; /** * Add only this content to the archive with `source_content_filename` as the filename. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content DataArchiveFile#source_content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content DataArchiveFile#source_content} */ readonly sourceContent?: string; /** * Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_content_filename DataArchiveFile#source_content_filename} */ readonly sourceContentFilename?: string; /** * Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_dir DataArchiveFile#source_dir} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_dir DataArchiveFile#source_dir} */ readonly sourceDir?: string; /** * Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source_file DataArchiveFile#source_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source_file DataArchiveFile#source_file} */ readonly sourceFile?: string; /** * The type of archive to generate. NOTE: `zip` is supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#type DataArchiveFile#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#type DataArchiveFile#type} */ readonly type: string; /** * source block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#source DataArchiveFile#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#source DataArchiveFile#source} */ readonly source?: DataArchiveFileSource[] | cdktf.IResolvable; } @@ -77,13 +72,13 @@ export interface DataArchiveFileSource { /** * Add this content to the archive with `filename` as the filename. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#content DataArchiveFile#content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#content DataArchiveFile#content} */ readonly content: string; /** * Set this as the filename when declaring a `source`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#filename DataArchiveFile#filename} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#filename DataArchiveFile#filename} */ readonly filename: string; } @@ -222,7 +217,7 @@ export class DataArchiveFileSourceList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file} */ export class DataArchiveFile extends cdktf.TerraformDataSource { @@ -238,7 +233,7 @@ export class DataArchiveFile extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataArchiveFile 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 DataArchiveFile to import - * @param importFromId The id of the existing DataArchiveFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataArchiveFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataArchiveFile to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -250,7 +245,7 @@ export class DataArchiveFile extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/data-sources/file archive_file} Data Source + * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/data-sources/file archive_file} Data Source * * @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 @@ -261,7 +256,7 @@ export class DataArchiveFile extends cdktf.TerraformDataSource { terraformResourceType: 'archive_file', terraformGeneratorMetadata: { providerName: 'archive', - providerVersion: '2.4.1', + providerVersion: '2.4.2', providerVersionConstraint: '~> 2.2' }, provider: config.provider, diff --git a/src/file/README.md b/src/file/README.md index 8d9d94e9..a98d5319 100644 --- a/src/file/README.md +++ b/src/file/README.md @@ -1,3 +1,3 @@ # `archive_file` -Refer to the Terraform Registry for docs: [`archive_file`](https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file). +Refer to the Terraform Registry for docs: [`archive_file`](https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file). diff --git a/src/file/index.ts b/src/file/index.ts index 691c254c..27a3c919 100644 --- a/src/file/index.ts +++ b/src/file/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file +// https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,61 +10,61 @@ export interface FileConfig extends cdktf.TerraformMetaArguments { /** * Boolean flag indicating whether symbolically linked directories should be excluded during the creation of the archive. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#exclude_symlink_directories File#exclude_symlink_directories} */ readonly excludeSymlinkDirectories?: boolean | cdktf.IResolvable; /** * Specify files to ignore when reading the `source_dir`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#excludes File#excludes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#excludes File#excludes} */ readonly excludes?: string[]; /** * String that specifies the octal file mode for all archived files. For example: `"0666"`. Setting this will ensure that cross platform usage of this module will not vary the modes of archived files (and ultimately checksums) resulting in more deterministic behavior. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_file_mode File#output_file_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_file_mode File#output_file_mode} */ readonly outputFileMode?: string; /** * The output of the archive file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#output_path File#output_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#output_path File#output_path} */ readonly outputPath: string; /** * Add only this content to the archive with `source_content_filename` as the filename. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content File#source_content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content File#source_content} */ readonly sourceContent?: string; /** * Set this as the filename when using `source_content`. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_content_filename File#source_content_filename} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_content_filename File#source_content_filename} */ readonly sourceContentFilename?: string; /** * Package entire contents of this directory into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_dir File#source_dir} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_dir File#source_dir} */ readonly sourceDir?: string; /** * Package this file into the archive. One and only one of `source`, `source_content_filename` (with `source_content`), `source_file`, or `source_dir` must be specified. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source_file File#source_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source_file File#source_file} */ readonly sourceFile?: string; /** * The type of archive to generate. NOTE: `zip` is supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#type File#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#type File#type} */ readonly type: string; /** * source block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#source File#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#source File#source} */ readonly source?: FileSource[] | cdktf.IResolvable; } @@ -77,13 +72,13 @@ export interface FileSource { /** * Add this content to the archive with `filename` as the filename. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#content File#content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#content File#content} */ readonly content: string; /** * Set this as the filename when declaring a `source`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#filename File#filename} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#filename File#filename} */ readonly filename: string; } @@ -222,7 +217,7 @@ export class FileSourceList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file} */ export class File extends cdktf.TerraformResource { @@ -238,7 +233,7 @@ export class File extends cdktf.TerraformResource { * Generates CDKTF code for importing a File 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 File to import - * @param importFromId The id of the existing File that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing File that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the File to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -250,7 +245,7 @@ export class File extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs/resources/file archive_file} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs/resources/file archive_file} 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 @@ -261,7 +256,7 @@ export class File extends cdktf.TerraformResource { terraformResourceType: 'archive_file', terraformGeneratorMetadata: { providerName: 'archive', - providerVersion: '2.4.1', + providerVersion: '2.4.2', providerVersionConstraint: '~> 2.2' }, provider: config.provider, diff --git a/src/index.ts b/src/index.ts index 7089d111..9cbdda53 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get export * as file from './file'; export * as dataArchiveFile from './data-archive-file'; diff --git a/src/lazy-index.ts b/src/lazy-index.ts index 6277f360..bb493fbf 100644 --- a/src/lazy-index.ts +++ b/src/lazy-index.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - // generated by cdktf get Object.defineProperty(exports, 'file', { get: function () { return require('./file'); } }); Object.defineProperty(exports, 'dataArchiveFile', { get: function () { return require('./data-archive-file'); } }); diff --git a/src/provider/README.md b/src/provider/README.md index f1bee1e0..02e851c7 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`archive`](https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs). +Refer to the Terraform Registry for docs: [`archive`](https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 5a6f794e..90dfbcac 100644 --- a/src/provider/index.ts +++ b/src/provider/index.ts @@ -1,9 +1,4 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -// https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs +// https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,13 +10,13 @@ export interface ArchiveProviderConfig { /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#alias ArchiveProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#alias ArchiveProvider#alias} */ readonly alias?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive} +* Represents a {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive} */ export class ArchiveProvider extends cdktf.TerraformProvider { @@ -37,7 +32,7 @@ export class ArchiveProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a ArchiveProvider 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 ArchiveProvider to import - * @param importFromId The id of the existing ArchiveProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ArchiveProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ArchiveProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -49,7 +44,7 @@ export class ArchiveProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.1/docs archive} Resource + * Create a new {@link https://registry.terraform.io/providers/hashicorp/archive/2.4.2/docs archive} 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 +55,7 @@ export class ArchiveProvider extends cdktf.TerraformProvider { terraformResourceType: 'archive', terraformGeneratorMetadata: { providerName: 'archive', - providerVersion: '2.4.1', + providerVersion: '2.4.2', providerVersionConstraint: '~> 2.2' }, terraformProviderSource: 'hashicorp/archive' diff --git a/src/version.json b/src/version.json index 24d07e4e..6be84dad 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/hashicorp/archive": "2.4.1" + "registry.terraform.io/hashicorp/archive": "2.4.2" } diff --git a/yarn.lock b/yarn.lock index 2caf1c1a..aad5e1c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -217,9 +217,9 @@ jsii-srcmak "0.1.1005" "@cdktf/provider-project@^0.5.0": - version "0.5.17" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.17.tgz#074af1e68fb70a06648776f770b3540b137ad386" - integrity sha512-+DMbzsWGpwLioESctBwWt1tyJ28EmTL8F+lKbHuBp1SELuEWL56BHyMnTiO3tQdSTwe1caNo8D51pKc9O7cn6w== + version "0.5.19" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.5.19.tgz#98af4f277a3cb34fd38aea33fc808fef7ac25a84" + integrity sha512-E8UQpZHNyG1ZczfNzU8EIAXYmFY7us4xvrfp5CeWjcHm3NiRWkfb0EBAXQb1svbT66bh5xyZbzhliph1rsrP3Q== dependencies: change-case "^4.1.2" fs-extra "^10.1.0"