Method: TerraformConfig::VolumeSet#to_tf
- Defined in:
- lib/core/terraform_config/volume_set.rb
#to_tf ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/core/terraform_config/volume_set.rb', line 49 def to_tf block :resource, :cpln_volume_set, name do base_arguments_tf snapshots_tf autoscaling_tf end end |