IaCFile represents a single infrastructure as code file.
| JSON representation |
|---|
{ "name": string, "content": string } |
| Fields | |
|---|---|
name |
Required. The name of the file. |
content |
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. |