Skip to content

Terraform Module to create Resource Groups using a given Name, Location and Tags(oprional).

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

rmsmatos/terraform_azurerm_resourcegroup_type1

Terraform

README

This is the link to Cloud This is the CHANGELOG file This is the NOTICE file This is the LICENSE file

Overview

Resource: azurerm_resourcegroup

Creates an Azure resource group given a name, location and tags (optional).

Requirements

Name Version
azurerm >= 2.98

Providers

Name Version
azurerm >= 2.98

Modules

No modules.

Resources

Name Type
azurerm_resource_group.resourcegroup resource

Inputs

Name Description Type Default Required
location (Required) The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created. string n/a yes
name (Required) The Name which should be used for this Resource Group. Changing this forces a new Resource Group to be created. string n/a yes
tags (Required) The Azure Region where the Resource Group should exist. Changing this forces a new Resource Group to be created. map(string) null no

Outputs

Name Description
id Returns Resource Group ID.
location Returns Resource Group Location.
name Returns Resource Group Name.
tags Returns Resource Group Tags.

Example

module "azurerm_resourcegroup_type1" {
  source   = "github.com/rmsmatos/terraform_azurerm_resourcegroup_type1?ref=v1.0.0"
  name     = "just-a-test"
  location = "westeurope"
  tags = {
    environment = "production"
    costcentre  = "cost center"
  }
}

Limitations

Known Issues

Documentation

Related documentation

Azure regions: azure.microsoft.com/en-us/global-infrastructure/regions/

Authors

Created and maintained by Rui Matos.
©Rui Matos 2023

License

This source code is licensed under the Apache-2.0 license found in the LICENSE file in the root directory of this source tree license (./LICENSE.md).


About

Terraform Module to create Resource Groups using a given Name, Location and Tags(oprional).

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.md

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages