Class: TerraspacePluginAzurerm::Interfaces::Layer

Inherits:
Object
  • Object
show all
Extended by:
Memoist
Includes:
Terraspace::Plugin::Layer::Interface
Defined in:
lib/terraspace_plugin_azurerm/interfaces/layer.rb

Instance Method Summary collapse

Instance Method Details

#namespaceObject

interface method



7
8
9
# File 'lib/terraspace_plugin_azurerm/interfaces/layer.rb', line 7

def namespace
  AzureInfo.subscription_id
end

#regionObject

interface method



12
13
14
# File 'lib/terraspace_plugin_azurerm/interfaces/layer.rb', line 12

def region
  AzureInfo.location
end