This provider is maintained by IBM Corp.
- Terraform Plugin SDK v2
 - GO (GO version must be 1.23.x or greater)
 
Follow the steps below to get the information on how to use the provider
- Open IBM Cloud Pak for Watson AIOps documentation.
 - Select the version of CPWAIOPs(viz CAM) you are using
 - Navigate to Reference > Infrastructure Automation Managed services > Terraform CAMC provider
 
#Set the variables for terrafrom version,
#terraform-provider-camc branch and to turn off GO Modules.
export GOPATH=<your_go_path>
export BRANCH_TO_BUILD=master
export GO111MODULE=auto
export PROVIDER_VERSION=<your_new_provider_version>
#Clone terrafrom provider camc
git clone https://github.com/IBM-CAMHub-Open/terraform-provider-camc.git
#Checkout the branch set in BRANCH_TO_BUILD
cd terraform-provider-camc/
git checkout ${BRANCH_TO_BUILD}
#Build
go build -o terraform-provider-camc
mv $GOPATH/src/github.com/IBM-CAMHub-Open/terraform-provider-camc/terraform-provider-camc 
Copyright IBM Corp. 2023