Skip to content

Commit

Permalink
Merge pull request #295 from jingiris05/Tag_list
Browse files Browse the repository at this point in the history
Test case covering Tags.
  • Loading branch information
the-akhil-nair authored Sep 30, 2024
2 parents 24998c6 + 9b068e4 commit 8c5b9f6
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 8c5b9f6

Please sign in to comment.