-
-
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: update naming #205
docs: update naming #205
Conversation
Signed-off-by: Rishav Dhar <[email protected]>
Error: Invalid resource type
|
Error: Read local file data source error
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Error: Invalid resource type
|
Plan: 1 to add, 0 to change, 0 to destroy.
|
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.
|
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
} Plan: 1 to add, 0 to change, 0 to destroy.
|
Plan: 10000 to add, 0 to change, 0 to destroy.
|
Plan: 10000 to add, 0 to change, 0 to destroy.
|
Signed-off-by: Rishav Dhar [email protected]