You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<aname="input_dns_a_record"></a> [dns\_a\_record](#input\_dns\_a\_record)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
40
-
|<aname="input_dns_cname_record"></a> [dns\_cname\_record](#input\_dns\_cname\_record)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
41
-
|<aname="input_dns_mx_record"></a> [dns\_mx\_record](#input\_dns\_mx\_record)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
42
-
|<aname="input_dns_txt_record"></a> [dns\_txt\_record](#input\_dns\_txt\_record)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
43
-
|<aname="input_dns_zone"></a> [dns\_zone](#input\_dns\_zone)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
44
-
|<aname="input_private_dns_zone"></a> [private\_dns\_zone](#input\_private\_dns\_zone)| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
37
+
|dns_a_record| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
38
+
|dns_cname_record| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
39
+
|dns_mx_record| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
40
+
|dns_txt_record| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
41
+
|dns_zone| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
42
+
|private_dns_zone| resource definition, default settings are defined within locals and merged with var settings |`any`|`{}`| no |
45
43
46
44
## Outputs
47
45
48
46
| Name | Description |
49
47
|------|-------------|
50
-
| <aname="output_dns_a_record"></a> [dns\_a\_record](#output\_dns\_a\_record)| Outputs all attributes of resource\_type. |
51
-
| <aname="output_dns_cname_record"></a> [dns\_cname\_record](#output\_dns\_cname\_record)| Outputs all attributes of resource\_type. |
52
-
| <aname="output_dns_mx_record"></a> [dns\_mx\_record](#output\_dns\_mx\_record)| Outputs all attributes of resource\_type. |
53
-
| <aname="output_dns_txt_record"></a> [dns\_txt\_record](#output\_dns\_txt\_record)| Outputs all attributes of resource\_type. |
54
-
| <aname="output_dns_zone"></a> [dns\_zone](#output\_dns\_zone)| Outputs all attributes of resource\_type. |
55
-
| <aname="output_private_dns_zone"></a> [private\_dns\_zone](#output\_private\_dns\_zone)| Outputs all attributes of resource\_type. |
56
-
| <aname="output_variables"></a> [variables](#output\_variables)| Displays all configurable variables passed by the module. __default\_\_ = predefined values per module. \_\_merged__ = result of merging the default values and custom values passed to the module |
48
+
| dns_a_record | Outputs all attributes of resource_type. |
49
+
| dns_cname_record | Outputs all attributes of resource_type. |
50
+
| dns_mx_record | Outputs all attributes of resource_type. |
51
+
| dns_txt_record | Outputs all attributes of resource_type. |
52
+
| dns_zone | Outputs all attributes of resource_type. |
53
+
| private_dns_zone | Outputs all attributes of resource_type. |
54
+
| variables | Displays all configurable variables passed by the module. __default__ = predefined values per module. __merged__ = result of merging the default values and custom values passed to the module |
55
+
56
+
## Examples
57
+
58
+
Minimal configuration to install the desired resources with the module
0 commit comments