Skip to content

Commit

Permalink
Update dependency hashicorp/terraform-provider-google-beta to v4.66.0 (
Browse files Browse the repository at this point in the history
…#36)

Signed-off-by: tflibsonnet-ci <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] committed Jun 5, 2023
1 parent 73d9437 commit cbc7357
Show file tree
Hide file tree
Showing 234 changed files with 18,793 additions and 61 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet');
local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: d.pkg(name='google_access_context_manager_access_policy_iam_policy', url='', help='`google_access_context_manager_access_policy_iam_policy` represents the `google-beta_google_access_context_manager_access_policy_iam_policy` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'),
'#new':: d.fn(help="\n`google-beta.data.google_access_context_manager_access_policy_iam_policy.new` injects a new `data_google-beta_google_access_context_manager_access_policy_iam_policy` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n google-beta.data.google_access_context_manager_access_policy_iam_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_access_context_manager_access_policy_iam_policy` using the reference:\n\n $._ref.data_google-beta_google_access_context_manager_access_policy_iam_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_access_context_manager_access_policy_iam_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n - `name` (`string`): Set the `name` field on the resulting data source block.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
name,
_meta={}
):: tf.withData(
type='google_access_context_manager_access_policy_iam_policy',
label=dataSrcLabel,
attrs=self.newAttrs(name=name),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_access_context_manager_access_policy_iam_policy.newAttrs` constructs a new object with attributes and blocks configured for the `google_access_context_manager_access_policy_iam_policy`\nTerraform data source.\n\nUnlike [google-beta.data.google_access_context_manager_access_policy_iam_policy.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `name` (`string`): Set the `name` field on the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `google_access_context_manager_access_policy_iam_policy` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
name
):: std.prune(a={
name: name,
}),
'#withName':: d.fn(help='`google-beta.string.withName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the name field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `name` field.\n', args=[]),
withName(dataSrcLabel, value): {
data+: {
google_access_context_manager_access_policy_iam_policy+: {
[dataSrcLabel]+: {
name: value,
},
},
},
},
}
58 changes: 58 additions & 0 deletions 4.x/_gen/data/api_gateway_api_config_iam_policy.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet');
local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: d.pkg(name='google_api_gateway_api_config_iam_policy', url='', help='`google_api_gateway_api_config_iam_policy` represents the `google-beta_google_api_gateway_api_config_iam_policy` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'),
'#new':: d.fn(help="\n`google-beta.data.google_api_gateway_api_config_iam_policy.new` injects a new `data_google-beta_google_api_gateway_api_config_iam_policy` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n google-beta.data.google_api_gateway_api_config_iam_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_api_gateway_api_config_iam_policy` using the reference:\n\n $._ref.data_google-beta_google_api_gateway_api_config_iam_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_api_gateway_api_config_iam_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n - `api` (`string`): Set the `api` field on the resulting data source block.\n - `api_config` (`string`): Set the `api_config` field on the resulting data source block.\n - `project` (`string`): Set the `project` field on the resulting data source block. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
api,
api_config,
project=null,
_meta={}
):: tf.withData(
type='google_api_gateway_api_config_iam_policy',
label=dataSrcLabel,
attrs=self.newAttrs(api=api, api_config=api_config, project=project),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_api_gateway_api_config_iam_policy.newAttrs` constructs a new object with attributes and blocks configured for the `google_api_gateway_api_config_iam_policy`\nTerraform data source.\n\nUnlike [google-beta.data.google_api_gateway_api_config_iam_policy.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `api` (`string`): Set the `api` field on the resulting object.\n - `api_config` (`string`): Set the `api_config` field on the resulting object.\n - `project` (`string`): Set the `project` field on the resulting object. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `google_api_gateway_api_config_iam_policy` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
api,
api_config,
project=null
):: std.prune(a={
api: api,
api_config: api_config,
project: project,
}),
'#withApi':: d.fn(help='`google-beta.string.withApi` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the api field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `api` field.\n', args=[]),
withApi(dataSrcLabel, value): {
data+: {
google_api_gateway_api_config_iam_policy+: {
[dataSrcLabel]+: {
api: value,
},
},
},
},
'#withApiConfig':: d.fn(help='`google-beta.string.withApiConfig` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the api_config field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `api_config` field.\n', args=[]),
withApiConfig(dataSrcLabel, value): {
data+: {
google_api_gateway_api_config_iam_policy+: {
[dataSrcLabel]+: {
api_config: value,
},
},
},
},
'#withProject':: d.fn(help='`google-beta.string.withProject` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the project field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `project` field.\n', args=[]),
withProject(dataSrcLabel, value): {
data+: {
google_api_gateway_api_config_iam_policy+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
}
45 changes: 45 additions & 0 deletions 4.x/_gen/data/api_gateway_api_iam_policy.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet');
local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: d.pkg(name='google_api_gateway_api_iam_policy', url='', help='`google_api_gateway_api_iam_policy` represents the `google-beta_google_api_gateway_api_iam_policy` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'),
'#new':: d.fn(help="\n`google-beta.data.google_api_gateway_api_iam_policy.new` injects a new `data_google-beta_google_api_gateway_api_iam_policy` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n google-beta.data.google_api_gateway_api_iam_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_api_gateway_api_iam_policy` using the reference:\n\n $._ref.data_google-beta_google_api_gateway_api_iam_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_api_gateway_api_iam_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n - `api` (`string`): Set the `api` field on the resulting data source block.\n - `project` (`string`): Set the `project` field on the resulting data source block. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
api,
project=null,
_meta={}
):: tf.withData(
type='google_api_gateway_api_iam_policy',
label=dataSrcLabel,
attrs=self.newAttrs(api=api, project=project),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_api_gateway_api_iam_policy.newAttrs` constructs a new object with attributes and blocks configured for the `google_api_gateway_api_iam_policy`\nTerraform data source.\n\nUnlike [google-beta.data.google_api_gateway_api_iam_policy.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `api` (`string`): Set the `api` field on the resulting object.\n - `project` (`string`): Set the `project` field on the resulting object. When `null`, the `project` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `google_api_gateway_api_iam_policy` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
api,
project=null
):: std.prune(a={
api: api,
project: project,
}),
'#withApi':: d.fn(help='`google-beta.string.withApi` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the api field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `api` field.\n', args=[]),
withApi(dataSrcLabel, value): {
data+: {
google_api_gateway_api_iam_policy+: {
[dataSrcLabel]+: {
api: value,
},
},
},
},
'#withProject':: d.fn(help='`google-beta.string.withProject` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the project field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `project` field.\n', args=[]),
withProject(dataSrcLabel, value): {
data+: {
google_api_gateway_api_iam_policy+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
}
58 changes: 58 additions & 0 deletions 4.x/_gen/data/api_gateway_gateway_iam_policy.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
local tf = (import 'github.com/tf-libsonnet/core/main.libsonnet');
local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
{
'#':: d.pkg(name='google_api_gateway_gateway_iam_policy', url='', help='`google_api_gateway_gateway_iam_policy` represents the `google-beta_google_api_gateway_gateway_iam_policy` Terraform data source.\n\n\n\nThis package contains functions and utilities for setting up the data source using Jsonnet code.\n'),
'#new':: d.fn(help="\n`google-beta.data.google_api_gateway_gateway_iam_policy.new` injects a new `data_google-beta_google_api_gateway_gateway_iam_policy` Terraform `data source`\nblock into the root module document.\n\nAdditionally, this inserts a private function into the `_ref` attribute that generates references to attributes of the\nresource. For example, if you added a new instance to the root using:\n\n # arguments omitted for brevity\n google-beta.data.google_api_gateway_gateway_iam_policy.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_api_gateway_gateway_iam_policy` using the reference:\n\n $._ref.data_google-beta_google_api_gateway_gateway_iam_policy.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_api_gateway_gateway_iam_policy.some_id.id }\"` as the value.\n\nNOTE: if you are chaining multiple resources together in a merge operation, you may not be able to use `super`, `self`,\nor `$` to refer to the root object. Instead, make an explicit outer object using `local`.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block.\n - `gateway` (`string`): Set the `gateway` field on the resulting data source block.\n - `project` (`string`): Set the `project` field on the resulting data source block. When `null`, the `project` field will be omitted from the resulting object.\n - `region` (`string`): Set the `region` field on the resulting data source block. When `null`, the `region` field will be omitted from the resulting object.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]),
new(
dataSrcLabel,
gateway,
project=null,
region=null,
_meta={}
):: tf.withData(
type='google_api_gateway_gateway_iam_policy',
label=dataSrcLabel,
attrs=self.newAttrs(gateway=gateway, project=project, region=region),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_api_gateway_gateway_iam_policy.newAttrs` constructs a new object with attributes and blocks configured for the `google_api_gateway_gateway_iam_policy`\nTerraform data source.\n\nUnlike [google-beta.data.google_api_gateway_gateway_iam_policy.new](#fn-new), this function will not inject the `data source`\nblock into the root Terraform document. Instead, this must be passed in as the `attrs` argument for the\n[tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) function to build a complete block.\n\nThis is most useful when you need to preprocess the attributes with functions, conditional, or looping logic prior to\ninjecting into a complete block.\n\n**Args**:\n - `gateway` (`string`): Set the `gateway` field on the resulting object.\n - `project` (`string`): Set the `project` field on the resulting object. When `null`, the `project` field will be omitted from the resulting object.\n - `region` (`string`): Set the `region` field on the resulting object. When `null`, the `region` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that can be used with [tf.withData](https://github.com/tf-libsonnet/core/tree/main/docs#fn-withdata) to construct a new `google_api_gateway_gateway_iam_policy` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
gateway,
project=null,
region=null
):: std.prune(a={
gateway: gateway,
project: project,
region: region,
}),
'#withGateway':: d.fn(help='`google-beta.string.withGateway` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the gateway field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `gateway` field.\n', args=[]),
withGateway(dataSrcLabel, value): {
data+: {
google_api_gateway_gateway_iam_policy+: {
[dataSrcLabel]+: {
gateway: value,
},
},
},
},
'#withProject':: d.fn(help='`google-beta.string.withProject` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the project field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `project` field.\n', args=[]),
withProject(dataSrcLabel, value): {
data+: {
google_api_gateway_gateway_iam_policy+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
'#withRegion':: d.fn(help='`google-beta.string.withRegion` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the region field.\n\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`string`): The value to set for the `region` field.\n', args=[]),
withRegion(dataSrcLabel, value): {
data+: {
google_api_gateway_gateway_iam_policy+: {
[dataSrcLabel]+: {
region: value,
},
},
},
},
}
Loading

0 comments on commit cbc7357

Please sign in to comment.