Skip to content

Add Databricks Terraform Provider #6088

Closed Answered by cxMiguelSilva
dim-ops asked this question in Ideas
Discussion options

You must be logged in to vote

Hi @dim-ops, hope you are doing great!
Thank you so much for the contributions you have been doing! Amazing job!

It is always great to add new features and extend the coverage of KICS for new cloud providers and platforms, so we appreciate the addition you are doing.

Regarding integrating a new provider, I believe you are going in the right direction.
Below are the files that you have to update

Add a new cloud provider

Update internal/constants/constants.go

Add a new entry to the map present on line 80

AvailableCloudProviders = map[string]string{
		"alicloud": "",
		"aws":      "",
		"azure":    "",
		"gcp":      "",
        "newcp":    "",
	}

Update pkg/engine/source/filesystem.go

Updat…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dim-ops
Comment options

Answer selected by dim-ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants