Class: TerraspacePluginAzurerm::Interfaces::Layer
- Inherits:
-
Object
- Object
- TerraspacePluginAzurerm::Interfaces::Layer
- Extended by:
- Memoist
- Includes:
- Terraspace::Plugin::Layer::Interface
- Defined in:
- lib/terraspace_plugin_azurerm/interfaces/layer.rb
Instance Method Summary collapse
-
#namespace ⇒ Object
interface method.
-
#region ⇒ Object
interface method.
Instance Method Details
#namespace ⇒ Object
interface method
7 8 9 |
# File 'lib/terraspace_plugin_azurerm/interfaces/layer.rb', line 7 def namespace AzureInfo.subscription_id end |
#region ⇒ Object
interface method
12 13 14 |
# File 'lib/terraspace_plugin_azurerm/interfaces/layer.rb', line 12 def region AzureInfo.location end |