Skip to content

Commit 39f1495

Browse files
authored
Updated README.md (#148)
Co-authored-by: Du'An Lightfoot <[email protected]>
1 parent b0ae63f commit 39f1495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "aci_tenant" "test-tenant" {
4848
}
4949
5050
resource "aci_app_profile" "test-app" {
51-
tanent_dn = "${aci_tenant.test-tenant.id}"
51+
tenant_dn = "${aci_tenant.test-tenant.id}"
5252
name = "test-app"
5353
description = "This app profile is created by terraform"
5454
}

0 commit comments

Comments
 (0)