Skip to content

Commit

Permalink
update doc for published provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Qingping Hou committed Feb 10, 2021
1 parent f2a6621 commit 2857916
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Terraform Provider Airflow
==========================

[![terraformregistry](https://img.shields.io/badge/terraform-registry-blueviolet)](https://registry.terraform.io/providers/houqp/airflow)
![build](https://github.com/houqp/terraform-provider-airflow/workflows/build/badge.svg)


Terraform provider for managing Airflow resources. See `examples` folder for
documentations on how to configure and use this provider.
9 changes: 9 additions & 0 deletions examples/variable/demo.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
terraform {
required_providers {
airflow = {
source = "houqp/airflow"
version = "0.2.1"
}
}
}

provider "airflow" {
base_endpoint = "http://localhost:28080/"
username = "test"
Expand Down

0 comments on commit 2857916

Please sign in to comment.