struct
Analyzer::Specification::Terraform::TfResource
- Analyzer::Specification::Terraform::TfResource
- Struct
- Value
- Object
Overview
A parsed resource "type" "name" { ... } block with only the attributes
in TARGET_ATTRS captured.
Defined in:
analyzer/analyzers/specification/terraform.crConstructors
Instance Method Summary
- #attrs : Hash(String, String)
- #clone
- #copy_with(type _type = @type, name _name = @name, attrs _attrs = @attrs)
- #name : String
- #type : String