Class: TerraformDSL::AWS::Global

Inherits:
Resource
  • Object
show all
Defined in:
lib/terraformdsl/aws.rb

Instance Attribute Summary

Attributes inherited from Resource

#parent

Instance Method Summary collapse

Methods inherited from Resource

#accept, #attr, #set_parent

Instance Method Details

#IAM(*a, &b) ⇒ Object



84
# File 'lib/terraformdsl/aws.rb', line 84

def IAM    (*a, &b); add_resource(IAM    .new(*a), &b); end

#Route53(*a, &b) ⇒ Object



83
# File 'lib/terraformdsl/aws.rb', line 83

def Route53(*a, &b); add_resource(Route53.new(*a), &b); end