Skip to content

Commit

Permalink
feat: add automq provider to Terraform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gezi-lzq committed Aug 19, 2024
1 parent 87e0ab2 commit c633cb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
terraform {
required_providers {
automq = {
source = "automq/automq"
}
}
}

provider "automq" {
automq_environment_id = var.automq_environment_id
automq_byoc_endpoint = var.automq_byoc_endpoint
Expand Down

0 comments on commit c633cb4

Please sign in to comment.