Skip to content

opsd-io/env-github

Repository files navigation

OPSd

Meet OPSd. The unique and effortless way of managing cloud infrastructure.

terraform-module-template

Introduction

What does the module provide?

Usage

module "module_name" {
  source  = "github.com/opsd-io/module_name"
	version = ">= 0.1.0"

  # Example variables
}

IMPORTANT: Make sure not to pin to master because there may be breaking changes between releases.

You can find more example here.

Related modules

The list of related modules.

Requirements

Name Version
terraform >= 1.3.1
azurerm >= 3.26.0

Providers

Name Version
azurerm >= 3.26.0

Modules

No modules.

Resources

Name Type
azurerm_resource_group.tfstate resource
azurerm_storage_account.tfstate resource
azurerm_storage_container.tfstate resource

Inputs

Name Description Type Default Required
azurerm_resource_group_location Region in which Azure Resource Group will be created. string "North Europe" no
azurerm_resource_group_name Azure Resource Group name in which project will be deployed. string "testproject" no
azurerm_storage_account_account_kind ... string "StorageV2" no
azurerm_storage_account_account_replication_type ... string "GRS" no
azurerm_storage_account_account_tier ... string "Standard" no
azurerm_storage_account_public_network_access_enabled ... bool true no

Outputs

No outputs.

Contributing

If you are interested in contributing to the project, see see our guide.

Support

If you have a problem with the module or want to propose a new feature, you can report it via the project's (Github) issue tracker.

If you want to discuss something in person, you can join our community on Slack.

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages