Skip to content

Commit

Permalink
Merge pull request #15 from vngcloud/iam-vserver
Browse files Browse the repository at this point in the history
Iam vserver
  • Loading branch information
manhtu1997 authored Apr 24, 2023
2 parents 033c80e + 7114749 commit b019af0
Show file tree
Hide file tree
Showing 251 changed files with 13,700 additions and 455 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .terraform.tfstate.lock.info
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ID":"ce8a6c85-724a-2103-76d4-17478b531b03","Operation":"OperationTypeApply","Info":"","Who":"duy@duy-ThinkPad-T460","Version":"1.3.5","Created":"2023-02-08T09:12:08.869515269Z","Path":"terraform.tfstate"}
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#bin/bash
export TF_LOG=debug
#export TF_LOG=debug
rm -rf .terraform
rm -r .terraform.lock.hcl
go build -o terraform-provider-vngcloud
#OS_ARCH="$(go env GOHOSTOS)_$(go env GOHOSTARCH)"
OS_ARCH="darwin_amd64"
OS_ARCH="linux_amd64"
echo $OS_ARCH
#rm -rf ~/.terraform.d/plugins/vngcloud.vn/terraform/vngcloud/0.2
#mkdir -p ~/.terraform.d/plugins/vngcloud.vn/terraform/vngcloud/0.2/$OS_ARCH
#mv terraform-provider-vngcloud ~/.terraform.d/plugins/vngcloud.vn/terraform/vngcloud/0.2/$OS_ARCH
rm -rf ~/.terraform.d/plugins/registry.terraform.tunm4/vngcloud/vngcloud/0.2
mkdir -p ~/.terraform.d/plugins/registry.terraform.tunm4/vngcloud/vngcloud/0.2/$OS_ARCH
mv terraform-provider-vngcloud ~/.terraform.d/plugins/registry.terraform.tunm4/vngcloud/vngcloud/0.2/$OS_ARCH
# terraform init
# terraform apply
#terraform init
#terraform apply
Loading

0 comments on commit b019af0

Please sign in to comment.