Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 623 Bytes

config.md

File metadata and controls

19 lines (15 loc) · 623 Bytes

Configuration File

Create using:

tfpdk config

Which will generate the .tfpdk.hcl file in the root of the project, containing:

service_packages_path           = "internal/services"
provider_github_org             = "hashicorp"
docs_path                       = "docs"
resource_docs_directory_name    = "r"
data_source_docs_directory_name = "d"
use_typed_sdk                   = false

These default values can be updated as required for the provider under development and will not be overwritten by re-running the command again. To return to default value, simply delete the file and re-run.