-
-
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
ci: move example workflows #195
Conversation
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Error: Read local file data source error
|
Error: Read local file data source error
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Check format 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: Invalid resource type
|
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
|
Check format 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: Invalid resource type
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
|
Prevent mistrigger of example workflows during regular, day-to-day GitOps across this repository.