Compare commits
2 Commits
7af63c7d11
...
b39b74957d
Author | SHA1 | Date |
---|---|---|
Ariadne Conill | b39b74957d | |
Ariadne Conill | f0108853dd |
|
@ -26,5 +26,5 @@ pipeline:
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform validate
|
- terraform validate
|
||||||
- terraform plan -out deploy.plan -var "token=$LINODE_TOKEN"
|
- terraform plan -out deploy.plan -var "token=$LINODE_TOKEN"
|
||||||
- terraform apply deploy.plan -var "token=$LINODE_TOKEN"
|
- terraform apply deploy.plan
|
||||||
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
secrets: [linode_token, aws_access_key_id, aws_secret_access_key]
|
||||||
|
|
|
@ -163,5 +163,5 @@ resource "linode_domain_record" "apex_test" {
|
||||||
domain_id = "${linode_domain.treehouse_domain.id}"
|
domain_id = "${linode_domain.treehouse_domain.id}"
|
||||||
name = "test"
|
name = "test"
|
||||||
record_type = "TXT"
|
record_type = "TXT"
|
||||||
target = "this is a test record"
|
target = "this is a test record!!!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue