Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Plork authored and shoekstra committed Sep 30, 2024
1 parent 4cf831b commit b0db7ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ provider "aws" {
module "aws-energy-labeler" {
source = "../../"

kms_key_arn = "arn:aws:kms:eu-west-1:123456789012:key/1234abcd-12ab-34cd-56ef-123456789012"

config = {
zone_name = "MYZONE"
}
Expand Down

0 comments on commit b0db7ba

Please sign in to comment.