Skip to content

Commit 08b4b1d

Browse files
authored
Merge pull request #3 from camoc/feat/restore-cloud-state
(feat) restore cloud block
2 parents 1e7f220 + 348c7b0 commit 08b4b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
terraform {
55

6-
/* cloud {
6+
cloud {
77
organization = "camooc"
88

99
workspaces {
1010
name = "learn-terraform"
1111
}
1212
}
13-
*/
13+
1414
required_providers {
1515
aws = {
1616
source = "hashicorp/aws"

0 commit comments

Comments
 (0)