Skip to content

Commit 9867022

Browse files
authored
fix: hello_world spacelift stack is administrative (#199)
This makes the hello_world spacelift stack administrative so that it can create the necessary resources in the spacelift account. Fixes: #198 Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
1 parent e3b4c66 commit 9867022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/control/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Initial stack to test integrations
22
resource "spacelift_stack" "hello-world" {
3-
administrative = false
3+
administrative = true
44
autodeploy = true
55
branch = "main"
66
description = "Hello World Stack"

0 commit comments

Comments
 (0)