Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Template repository for creating Terraform modules for use with the Cloudv2 Platform • This repository is defined and managed in Terraform

License

Notifications You must be signed in to change notification settings

test-jppolitikenshus/template-cloudv2-platform-terraform-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudv2 Platform Terraform Module Template

Usage

module "template" {

  source = "github.com/jppolitikenshus/test-cloudv2-platform-terraform-module-template"

  tags             = local.tags
  application_name = local.application_name

}

Looking for issues?

If you're looking to raise an issue with this module, please create a new issue in the Cloudv2 Platform Repository.

Requirements

Name Version
terraform >= 1.0.1
aws ~> 5.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
application_name Name of application string n/a yes
tags Common tags to be used by all resources map(string) n/a yes

Outputs

No outputs.

About

Template repository for creating Terraform modules for use with the Cloudv2 Platform • This repository is defined and managed in Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages