basic/azurerm_shared_images
Requirements
terraform >= 0.13
azuread ~> 1.0.0
azurerm <= 2.54.0
tls ~> 3.1.0
Inputs
- bastionid (string)
Id of this bastion instance
- server_image_blob_url (string)
Azure blob to use to create the server image
- storage_account_name (string)
The storage account to copy the blob to
- wingame_image_blob_url (string)
Azure blob to use to create the wingame image
- location (string)
Azure deployment location
Default: East US
- resource_group_name (string)
Name to give the Azure Resource group. Default {bastion id}-{cluster name}.
Default: Genvid
- shared_gallery_image_version (string)
SDK Shared Image version, should be only one per Genvid SDK
Default: 1.45.0000
- shared_gallery_name (string)
Shared Gallery Name
Default: SDKgallery
- storage_container_name (string)
The storage container to copy the blob to
Default: genvid-images
Outputs
- server_image_id
The server shared image id
- server_managed_image_id
The server managed image id
- server_managed_image_name
The server managed image name
- wingame_image_id
The wingame shared image id
- wingame_managed_image_id
The wingame managed image id
- wingame_managed_image_name
The wingame managed image name