generated from tf-libsonnet/provider-libsonnet-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate libsonnet source from libgenerator PR tf-libsonnet/libgenera…
…tor#201 Signed-off-by: tflibsonnet-ci <[email protected]>
- Loading branch information
1 parent
5d55774
commit 68cab2d
Showing
48 changed files
with
8,063 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
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='palo_alto_local_rulestack', url='', help='`palo_alto_local_rulestack` represents the `azurerm_palo_alto_local_rulestack` 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`azurerm.data.palo_alto_local_rulestack.new` injects a new `data_azurerm_palo_alto_local_rulestack` 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 azurerm.data.palo_alto_local_rulestack.new('some_id')\n\nYou can get the reference to the `id` field of the created `azurerm.data.palo_alto_local_rulestack` using the reference:\n\n $._ref.data_azurerm_palo_alto_local_rulestack.some_id.get('id')\n\nThis is the same as directly entering `\"${ data_azurerm_palo_alto_local_rulestack.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 - `resource_group_name` (`string`): Set the `resource_group_name` field on the resulting data source block.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting data source block. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [azurerm.data.palo_alto_local_rulestack.timeouts.new](#fn-timeoutsnew) constructor.\n\n**Returns**:\n- A mixin object that injects the new data source into the root Terraform configuration.\n", args=[]), | ||
new( | ||
dataSrcLabel, | ||
name, | ||
resource_group_name, | ||
timeouts=null, | ||
_meta={} | ||
):: tf.withData( | ||
type='azurerm_palo_alto_local_rulestack', | ||
label=dataSrcLabel, | ||
attrs=self.newAttrs(name=name, resource_group_name=resource_group_name, timeouts=timeouts), | ||
_meta=_meta | ||
), | ||
'#newAttrs':: d.fn(help='\n`azurerm.data.palo_alto_local_rulestack.newAttrs` constructs a new object with attributes and blocks configured for the `palo_alto_local_rulestack`\nTerraform data source.\n\nUnlike [azurerm.data.palo_alto_local_rulestack.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 - `resource_group_name` (`string`): Set the `resource_group_name` field on the resulting object.\n - `timeouts` (`obj`): Set the `timeouts` field on the resulting object. When `null`, the `timeouts` sub block will be omitted from the resulting object. When setting the sub block, it is recommended to construct the object using the [azurerm.data.palo_alto_local_rulestack.timeouts.new](#fn-timeoutsnew) constructor.\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 `palo_alto_local_rulestack` data source into the root Terraform configuration.\n', args=[]), | ||
newAttrs( | ||
name, | ||
resource_group_name, | ||
timeouts=null | ||
):: std.prune(a={ | ||
name: name, | ||
resource_group_name: resource_group_name, | ||
timeouts: timeouts, | ||
}), | ||
timeouts:: { | ||
'#new':: d.fn(help='\n`azurerm.palo_alto_local_rulestack.timeouts.new` constructs a new object with attributes and blocks configured for the `timeouts`\nTerraform sub block.\n\n\n\n**Args**:\n - `read` (`string`): Set the `read` field on the resulting object. When `null`, the `read` field will be omitted from the resulting object.\n\n**Returns**:\n - An attribute object that represents the `timeouts` sub block.\n', args=[]), | ||
new( | ||
read=null | ||
):: std.prune(a={ | ||
read: read, | ||
}), | ||
}, | ||
'#withName':: d.fn(help='`azurerm.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+: { | ||
azurerm_palo_alto_local_rulestack+: { | ||
[dataSrcLabel]+: { | ||
name: value, | ||
}, | ||
}, | ||
}, | ||
}, | ||
'#withResourceGroupName':: d.fn(help='`azurerm.string.withResourceGroupName` constructs a mixin object that can be merged into the `string`\nTerraform data source block to set or update the resource_group_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 `resource_group_name` field.\n', args=[]), | ||
withResourceGroupName(dataSrcLabel, value): { | ||
data+: { | ||
azurerm_palo_alto_local_rulestack+: { | ||
[dataSrcLabel]+: { | ||
resource_group_name: value, | ||
}, | ||
}, | ||
}, | ||
}, | ||
'#withTimeouts':: d.fn(help='`azurerm.obj.withTimeouts` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the timeouts field.\n\nThis function will replace the map with the passed in `value`. If you wish to instead merge the\npassed in value to the existing map, use the [azurerm.obj.withTimeoutsMixin](TODO) function.\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]), | ||
withTimeouts(dataSrcLabel, value): { | ||
data+: { | ||
azurerm_palo_alto_local_rulestack+: { | ||
[dataSrcLabel]+: { | ||
timeouts: value, | ||
}, | ||
}, | ||
}, | ||
}, | ||
'#withTimeoutsMixin':: d.fn(help='`azurerm.obj.withTimeoutsMixin` constructs a mixin object that can be merged into the `obj`\nTerraform data source block to set or update the timeouts field.\n\nThis function will merge the passed in value to the existing map. If you wish\nto instead replace the entire map with the passed in `value`, use the [azurerm.obj.withTimeouts](TODO)\nfunction.\n\n\n**Args**:\n - `dataSrcLabel` (`string`): The name label of the block to update.\n - `value` (`obj`): The value to set for the `timeouts` field.\n', args=[]), | ||
withTimeoutsMixin(dataSrcLabel, value): { | ||
data+: { | ||
azurerm_palo_alto_local_rulestack+: { | ||
[dataSrcLabel]+: { | ||
timeouts+: value, | ||
}, | ||
}, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.