Skip to content

Commit

Permalink
sample tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jwierzbo committed Oct 2, 2020
1 parent 233a48b commit 26a0991
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sample/mainf.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
resource "grafanads_data_source_generic" "mongodbatlas" {
type = "grafana-mongodb-atlas-datasource"
name = "mongoatlas-datasource-provider-test"
org_id = 9

json_data_string = {
atlasPublicKey = "XXX"
}

secure_json_string = {
atlasPrivateKey = "YYY"
}
}
4 changes: 4 additions & 0 deletions sample/provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
provider "grafanads" {
url = ""
auth = ""
}

0 comments on commit 26a0991

Please sign in to comment.