class TerraspacePluginAzurerm::Interfaces::Layer

Public Instance Methods

namespace() click to toggle source

interface method

# File lib/terraspace_plugin_azurerm/interfaces/layer.rb, line 7
def namespace
  AzureInfo.subscription_id
end
region() click to toggle source

interface method

# File lib/terraspace_plugin_azurerm/interfaces/layer.rb, line 12
def region
  AzureInfo.location
end