Skip to content

Commit

Permalink
Test case covering Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jingiris05 committed Sep 18, 2024
1 parent c437f7f commit 9b068e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/common/server_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ resource "intersight_server_profile" "server1" {
key = "server"
value = "demo"
}
tags {
key = "project"
value = "cloud_migration"
}
tags {
key = "Environment"
value = "production"
}
tags {
key = "Application"
value = "WebService"
}
organization {
object_type = "organization.Organization"
moid = data.intersight_organization_organization.default.results.0.moid
Expand Down

0 comments on commit 9b068e4

Please sign in to comment.