Skip to content

This repository can be used to bootstrap new Terraform module repositories.

License

Notifications You must be signed in to change notification settings

nephosolutions/terraform-module-template

Repository files navigation

Terraform Module Template

Copyright 2021-2023 NephoSolutions srl, Sebastian Trebitz

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Requirements

Name Version
terraform >= 0.13
null >= 3.0

Providers

Name Version
null 3.2.1

Modules

No modules.

Resources

Name Type
null_resource.demo resource

Inputs

Name Description Type Default Required
demo Trigger for the demo resource. string "" no

Outputs

Name Description
null_resource_id The ID of the demo resource.
null_resource_triggers The triggers of the demo resource.