initial commit
This commit is contained in:
7
cloudflare/account.tf
Normal file
7
cloudflare/account.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource "cloudflare_account" "account_raspbeguy" {
|
||||
name = "espace de raspbeguy"
|
||||
type = "standard"
|
||||
settings = {
|
||||
default_nameservers = "cloudflare.standard"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user