Class CreateConfigSourceDetails
Creation details for a configuration source used with the stack.
Inheritance
CreateConfigSourceDetails
      
      
      
      
      
      
      
      
  Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
[JsonConverter(typeof(CreateConfigSourceDetailsModelConverter))]
public class CreateConfigSourceDetailsProperties
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 ( |