avm-res-compute-sshpublickey

Azure/avm-res-compute-sshpublickey/azurerm

Terraform Module HCL AZURERM ✓ Verified

Public SSH Key AVM module

Install
module "avm-res-compute-sshpublickey" {
source = "Azure/avm-res-compute-sshpublickey/azurerm"
version = "0.1.0"
}
⭐ Source on GitHub 📦 Registry page
README

terraform-azurerm-avm-res-compute-sshpublickey Manages a SSH Public Key resource in Azure. Major version Zero (0.y.z) is for initial development. Anything MAY change at any time. A module SHOULD NOT be considered stable till at least it is major version one (1.0.0) or greater. Changes will always be via new versions being published and no changes will be made to existing published versions. For more details please go to Requirements The following requirements are needed by this module: - terraform (>= 1.3.0) - azurerm (>= 3.71.0) Providers The following providers are used by this module: - azurerm (>= 3.71.0) Resources The following resources are used by this module: - azurerm_management_lock.this (resource) - azurerm_role_assignment.this (resource) - azurerm_ssh_public_key.this (resource)

Inputs (9)
NameTypeDescriptionDefault
namestringThe name of the this resource. required
resource_group_namestringThe resource group where the resources will be deployed. required
public_keystringSSH Public Key, must be a minimum of 2048 bits in length. required
lockobject({ kind = string Controls the Resource Lock configuration for this resource. The following propnull
enable_telemetryboolThis variable controls whether or not telemetry is enabled for the module. For mtrue
locationstringAzure region where the resource should be deployed. If null, the location will null
managed_identitiesobject({ system_assigned Managed identities to be created for the resource.{}
role_assignmentsmap(object({ role_definitiA map of role assignments to create on this resource. The map key is deliberatel{}
tagsmap(string)(Optional) Tags of the resource.null
Outputs (1)
resource — This is the full output for the resource.
Resources (3)
azurerm_management_lockazurerm_role_assignmentazurerm_ssh_public_key
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud AZURERM
★ Stars0
Forks4
Total downloads2.9k
Inputs9
Outputs1
Resources3
Examples1
LicenseMIT
NamespaceAzure
Updated