-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: simplify pinned tags for legibility #203
Conversation
Signed-off-by: Rishav Dhar <[email protected]>
Signed-off-by: Rishav Dhar <[email protected]>
Error: Invalid resource type
|
Error: Read local file data source error
|
Error: Invalid resource type
|
Error: Read local file data source error
|
Format check diff.main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
} Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Format check diff.main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
resource "random_pet" "name" {
- count =1
+ count = 1
} Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Signed-off-by: Rishav Dhar [email protected]