We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ae63f commit 39f1495Copy full SHA for 39f1495
README.md
@@ -48,7 +48,7 @@ resource "aci_tenant" "test-tenant" {
48
}
49
50
resource "aci_app_profile" "test-app" {
51
- tanent_dn = "${aci_tenant.test-tenant.id}"
+ tenant_dn = "${aci_tenant.test-tenant.id}"
52
name = "test-app"
53
description = "This app profile is created by terraform"
54
0 commit comments