ResourceChangeTerraformInfo constructor

ResourceChangeTerraformInfo({
  1. List<String>? actions,
  2. String? address,
  3. String? provider,
  4. String? resourceName,
  5. String? type,
})

Implementation

ResourceChangeTerraformInfo({
  this.actions,
  this.address,
  this.provider,
  this.resourceName,
  this.type,
});