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

custom_tags (map(string))

Map of user defined tags to add to all cloud resources. [1] [2]

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.36.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

[1]In addition to custom tags, Genvid reserves the right to add its own tags on resources. If they are not documented, they are intended to be used by Genvid without any guarantee of backward compatibility.
[2]

New in version 1.26.0.