Add token back

This commit is contained in:
Ahosking 2021-06-30 15:39:22 -04:00
parent e3c8655862
commit a2e8e7343b
4 changed files with 24 additions and 20 deletions

0
ahoskingit/terraform/.terraform.lock.hcl Executable file → Normal file
View File

View File

@ -10,6 +10,7 @@ terraform {
provider "cloudflare" {
email = var.CLOUDFLARE_EMAIL
api_key = var.CLOUDFLARE_API_KEY
api_token = var.CLOUDFLARE_API_TOKEN
}
provider "aws" {

View File

@ -1,21 +1,23 @@
$ANSIBLE_VAULT;1.1;AES256
30343064656666643062356665633334616630643231363563656661613932656436633839306563
3535656138303566653736353261303434633934316635300a363337373137366263663364313364
38636562373264636133643934646532623165346664383062343838333537343135626537303037
3864366266643737310a653635653935363637373363303762313632393432326265666264326466
33303966316263373362633237363937663131323336666135663437393532363332653463313831
36306263346164343262303565643832613030363262646632623535613738346634343261336530
31303763346631393834346664336336326331356433666133653062303633343939633964363834
65636633663664316632663138663335313263376262303239663438336138633763303133303661
32376461663037623034303762343332616537333632326132663566303336653333383861303564
31643766343437633462383339366164323636653337656231383238333537656463313663303038
34633463623336663332616364623933363933653539616532326466336235316335666534366663
39616262623364333866643063656365636134326338636338353762323530666131333234313838
65373738333230323338373938376239623236313362636163303465653239666630636564343936
63646362396636326435333439373664393961636533383135613530383135623430613730313030
61373833636364303538633131356365323731363464636362663833393462353661336336313731
61333731643363643534363631313332373339363139613930383134363939366235343062623465
37366564323133313032313538616638393439353633396533623766613838303939616136336336
66633361343863646264623764626161313735613963663638633534353865323635633963393336
36666538633033373432623438633265336535323266663832653961613961383233323336633731
61376630643562336532
34336230326636326438626165343062386631646135663737633439643032616330636561313666
3365663332623833653663376432383839656134383731330a363961633832333735343461626461
35663462663161323834363233643665363430393834343835656363663762663063663232363030
3665313264613937610a636464393336363536303831343130316332633336653163303033333832
33653935616563336664623336653862616562613035616165393865366363326232373738373037
34313931633861306563636637316563383931396538373466633865386432316338366436346466
66613137633566636430316431393738353532663233386437663064303938646434653039366431
64653932323261626530333635383432383162333130616636386565353532623932343632376532
64333338343530356362303233353333313738333631626438646335616235396338356632616466
36343364346464356561623533356435316661633635633731626561313837316165306565376266
32393662653832663962623938386366636532653830643636613462643933333338626436613065
64636439396464613935326530363436376135323863656563646231646233343364613239336262
35636266306261333763336135323631303662613238633338656534666331376162626330326361
31666334646439353665366438346435653633383030383237356134343533616139333262663730
62623939393935643639626262356230653764353935636461666634666431653236383131666432
36643664366235396461353335616462636135343839643165646166336133623435353465316432
61396261623361383361643062323537323530326361306162633230366538326131363661656631
32383362663965346535393465633066356534613238386364623938646365333033323737613137
61363832653066393764663861653539613533636561663231373963343531616635643431613032
39393264393635323734366136326166643466353464393537363636623765323530353165323164
65656161643464656264366361666335353066653230326239613635353964306164373637666464
3763336332636436363636383761613833393464386563616137

View File

@ -9,6 +9,7 @@ variable "aws_region" {
variable "CLOUDFLARE_EMAIL" {}
variable "CLOUDFLARE_API_KEY" {}
variable "CLOUDFLARE_API_TOKEN" {}
variable "home_ip" {
}