class TerraformDSL::AWS::Global
Public Instance Methods
IAM(*a, &b)
click to toggle source
# File lib/terraformdsl/aws.rb, line 83 def IAM (*a, &b); add_resource(IAM .new(*a), &b); end
Route53(*a, &b)
click to toggle source
# File lib/terraformdsl/aws.rb, line 82 def Route53(*a, &b); add_resource(Route53.new(*a), &b); end