Class UpdateConfigSourceDetails
Update details for a configuration source.
Inheritance
UpdateConfigSourceDetails
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
[JsonConverter(typeof(UpdateConfigSourceDetailsModelConverter))]
public class UpdateConfigSourceDetails
Properties
WorkingDirectory
Declaration
[JsonProperty(PropertyName = "workingDirectory")]
public string WorkingDirectory { get; set; }
Property Value
Type | Description |
---|---|
string | File path to the directory to use for running Terraform.
If not specified, the root directory is used.
Required when using a zip Terraform configuration ( |