TerraformError

Errors encountered during actuation using Terraform

JSON representation
 { 
 "resourceAddress" 
 : 
 string 
 , 
 "httpResponseCode" 
 : 
 integer 
 , 
 "errorDescription" 
 : 
 string 
 , 
 "error" 
 : 
 { 
 object (  Status 
 
) 
 } 
 } 
Fields
resource Address

string

Address of the resource associated with the error, e.g. google_compute_network.vpc_network .

http Response Code

integer

HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.

error Description

string

A human-readable error description.

error

object ( Status )

Original error response from underlying Google API, if available.