IaCFile

IaCFile represents a single infrastructure as code file.

JSON representation
{
  "name": string,
  "content": string
}
Fields
name

string

Required. The name of the file.

content

string

Optional. The content of the file. The content of the file can be read and passed as a string. For example, for a terraform file, the content is the the HCL content of the file.