Skip to content

Commit 392b357

Browse files
committed
grant exectuive permissions to providers
1 parent 1b9f287 commit 392b357

6 files changed

Lines changed: 3 additions & 6 deletions

File tree

.terraform.d/plugins/registry.terraform.io/hashicorp/alicloud/1.120.0/linux_amd64/terraform-provider-alicloud_v1.120.0

Lines changed: 0 additions & 3 deletions
This file was deleted.

.terraform.d/plugins/registry.terraform.io/hashicorp/aws/3.36.0/linux_amd64/terraform-provider-aws_v3.36.0_x5

100644100755
File mode changed.

.terraform.d/plugins/registry.terraform.io/hashicorp/azurerm/2.60.0/linux_amd64/terraform-provider-azurerm_v2.60.0_x5

100644100755
File mode changed.

.terraform.d/plugins/registry.terraform.io/hashicorp/null/v3.1.0/terraform-provider-null_v3.1.0_x5

100644100755
File mode changed.

.terraform.d/plugins/registry.terraform.io/hashicorp/template/v2.20/terraform-provider-template_v2.2.0_x4

100644100755
File mode changed.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Source code for the base docker image of https://github.com/oam-dev/docker-terra
44

55
# Image build
66

7-
Run `git lfs track ".terraform.d/**"` to store all large files in Github.
7+
Run `git lfs track ".terraform.d/**"` to store all large files in GitHub.
88

99

1010
- Add more providers or update a provider
@@ -14,6 +14,6 @@ Run `git lfs track ".terraform.d/**"` to store all large files in Github.
1414
- Push the package
1515

1616
```shell
17-
docker build -t zzxwill/docker-terraform-base:$Tag .
18-
docker push zzxwill/docker-terraform-base:$Tag
17+
docker build -t oamdev/docker-terraform-base:$Tag .
18+
docker push oamdev/docker-terraform-base:$Tag
1919
```

0 commit comments

Comments
 (0)