Skip to content

Commit

Permalink
DXE-3268 fix(examples/create-property): fix akamai_contract block
Browse files Browse the repository at this point in the history
Merge pull request #486 from necipallef/patch-1
  • Loading branch information
mgwoj authored Nov 24, 2023
2 parents 54d0260 + 2ec34e3 commit a3de1ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "akamai_group" "group" {
}

data "akamai_contract" "contract" {
group_name = data.akamai_group.group.name
group_name = data.akamai_group.group.group_name
}

resource "akamai_cp_code" "cp_code" {
Expand Down

0 comments on commit a3de1ca

Please sign in to comment.