Documentation ¶
Index ¶
Constants ¶
View Source
const AzureResourceName = "azurerm_storage_account"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsS3Bucket ¶
type AwsS3Bucket struct { *common.AwsResource `hcl:",squash" default:"name=aws_s3_bucket"` Bucket string `hcl:"bucket"` }
aws_s3_bucket
type AzureStorageAccount ¶
type AzureStorageAccount struct { *common.AzResource `hcl:",squash" default:"name=azurerm_storage_account"` AccountTier string `hcl:"account_tier"` AccountReplicationType string `hcl:"account_replication_type"` AllowBlobPublicAccess bool `hcl:"allow_blob_public_access"` }
azurerm_storage_account
func (AzureStorageAccount) GetResourceName ¶
func (r AzureStorageAccount) GetResourceName() string
Click to show internal directories.
Click to hide internal directories.