Skip to content

Instantly share code, notes, and snippets.

View star3am's full-sized avatar

Riaan Nolan star3am

View GitHub Profile
@carljavier
carljavier / tf_chucknorris_api.tf
Last active August 31, 2022 00:06
Terracurl API Curl Request Example
terraform {
required_providers {
terracurl = {
source = "devops-rob/terracurl"
}
}
}
provider "terracurl" {}