Skip to content

Commit

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

Signed-off-by: tflibsonnet-ci <120686569+tflibsonnet-ci@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
tflibsonnet-ci and renovate[bot] authored May 15, 2023
1 parent 8a02ecf commit fc60814
Show file tree
Hide file tree
Showing 198 changed files with 15,138 additions and 1,146 deletions.
32 changes: 32 additions & 0 deletions 4.x/_gen/data/alloydb_locations.libsonnet
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_alloydb_locations', url='', help='`google_alloydb_locations` represents the `google-beta_google_alloydb_locations` 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_alloydb_locations.new` injects a new `data_google-beta_google_alloydb_locations` 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_alloydb_locations.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_alloydb_locations` using the reference:\n\n $._ref.data_google-beta_google_alloydb_locations.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_alloydb_locations.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 - `project` (`string`): Project ID of the project. 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,
project=null,
_meta={}
):: tf.withData(
type='google_alloydb_locations',
label=dataSrcLabel,
attrs=self.newAttrs(project=project),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_alloydb_locations.newAttrs` constructs a new object with attributes and blocks configured for the `google_alloydb_locations`\nTerraform data source.\n\nUnlike [google-beta.data.google_alloydb_locations.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 - `project` (`string`): Project ID of the project. 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_alloydb_locations` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
project=null
):: std.prune(a={
project: project,
}),
'#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_alloydb_locations+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
}
45 changes: 45 additions & 0 deletions 4.x/_gen/data/alloydb_supported_database_flags.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_alloydb_supported_database_flags', url='', help='`google_alloydb_supported_database_flags` represents the `google-beta_google_alloydb_supported_database_flags` 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_alloydb_supported_database_flags.new` injects a new `data_google-beta_google_alloydb_supported_database_flags` 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_alloydb_supported_database_flags.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_alloydb_supported_database_flags` using the reference:\n\n $._ref.data_google-beta_google_alloydb_supported_database_flags.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_alloydb_supported_database_flags.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 - `location` (`string`): The canonical id for the location. For example: \u0026#34;us-east1\u0026#34;.\n - `project` (`string`): Project ID of the project. 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,
location,
project=null,
_meta={}
):: tf.withData(
type='google_alloydb_supported_database_flags',
label=dataSrcLabel,
attrs=self.newAttrs(location=location, project=project),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_alloydb_supported_database_flags.newAttrs` constructs a new object with attributes and blocks configured for the `google_alloydb_supported_database_flags`\nTerraform data source.\n\nUnlike [google-beta.data.google_alloydb_supported_database_flags.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 - `location` (`string`): The canonical id for the location. For example: &#34;us-east1&#34;.\n - `project` (`string`): Project ID of the project. 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_alloydb_supported_database_flags` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
location,
project=null
):: std.prune(a={
location: location,
project: project,
}),
'#withLocation':: d.fn(help='`google-beta.string.withLocation` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the location 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 `location` field.\n', args=[]),
withLocation(dataSrcLabel, value): {
data+: {
google_alloydb_supported_database_flags+: {
[dataSrcLabel]+: {
location: 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_alloydb_supported_database_flags+: {
[dataSrcLabel]+: {
project: value,
},
},
},
},
}
4 changes: 2 additions & 2 deletions 4.x/_gen/data/compute_forwarding_rule.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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_compute_forwarding_rule', url='', help='`google_compute_forwarding_rule` represents the `google-beta_google_compute_forwarding_rule` 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_compute_forwarding_rule.new` injects a new `data_google-beta_google_compute_forwarding_rule` 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_compute_forwarding_rule.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_compute_forwarding_rule` using the reference:\n\n $._ref.data_google-beta_google_compute_forwarding_rule.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_compute_forwarding_rule.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`): Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n - `project` (`string`): The project this resource belongs in. When `null`, the `project` field will be omitted from the resulting object.\n - `region` (`string`): The location of this resource. 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':: d.fn(help="\n`google-beta.data.google_compute_forwarding_rule.new` injects a new `data_google-beta_google_compute_forwarding_rule` 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_compute_forwarding_rule.new('some_id')\n\nYou can get the reference to the `id` field of the created `google-beta.data.google_compute_forwarding_rule` using the reference:\n\n $._ref.data_google-beta_google_compute_forwarding_rule.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_google-beta_google_compute_forwarding_rule.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`): Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\n\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression \u0026#39;[a-z]([-a-z0-9]*[a-z0-9])?\u0026#39; which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\n\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.\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`): A reference to the region where the regional forwarding rule resides.\n\nThis field is not applicable to global forwarding rules. 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,
name,
Expand All @@ -15,7 +15,7 @@ local d = (import 'github.com/jsonnet-libs/docsonnet/doc-util/main.libsonnet');
attrs=self.newAttrs(name=name, project=project, region=region),
_meta=_meta
),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_compute_forwarding_rule.newAttrs` constructs a new object with attributes and blocks configured for the `google_compute_forwarding_rule`\nTerraform data source.\n\nUnlike [google-beta.data.google_compute_forwarding_rule.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`): Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.\n - `project` (`string`): The project this resource belongs in. When `null`, the `project` field will be omitted from the resulting object.\n - `region` (`string`): The location of this resource. 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_compute_forwarding_rule` data source into the root Terraform configuration.\n', args=[]),
'#newAttrs':: d.fn(help='\n`google-beta.data.google_compute_forwarding_rule.newAttrs` constructs a new object with attributes and blocks configured for the `google_compute_forwarding_rule`\nTerraform data source.\n\nUnlike [google-beta.data.google_compute_forwarding_rule.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`): Name of the resource; provided by the client when the resource is created.\nThe name must be 1-63 characters long, and comply with\n[RFC1035](https://www.ietf.org/rfc/rfc1035.txt).\n\nSpecifically, the name must be 1-63 characters long and match the regular\nexpression &#39;[a-z]([-a-z0-9]*[a-z0-9])?&#39; which means the first\ncharacter must be a lowercase letter, and all following characters must\nbe a dash, lowercase letter, or digit, except the last character, which\ncannot be a dash.\n\nFor Private Service Connect forwarding rules that forward traffic to Google\nAPIs, the forwarding rule name must be a 1-20 characters string with\nlowercase letters and numbers and must start with a letter.\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`): A reference to the region where the regional forwarding rule resides.\n\nThis field is not applicable to global forwarding rules. 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_compute_forwarding_rule` data source into the root Terraform configuration.\n', args=[]),
newAttrs(
name,
project=null,
Expand Down
Loading

0 comments on commit fc60814

Please sign in to comment.