Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

useg epg creation #1221

Open
micronemo opened this issue May 24, 2024 · 1 comment 路 May be fixed by #1239
Open

useg epg creation #1221

micronemo opened this issue May 24, 2024 · 1 comment 路 May be fixed by #1239
Assignees

Comments

@micronemo
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

how can I create a complete useg epg in the aci_application_epg resource by setting is_attr_based_epg = "yes" I create a useg but I can't create:
resource "aci_rest_managed" "fvCrtrn_ubuntu" {
class_name = "fvCrtrn"
dn = "${aci_application_epg.ubuntu_useg.id}/crtrn"
content = {
match = "any"
name = "default"
prev = "0"
scope = "scope-bd"
}
}

resource "aci_rest_managed" "fvVmAttr" {
class_name = "fvVmAttr"
dn = "${aci_rest_managed.fvCrtrn_ubuntu.dn}/vmattr-0"
content = {
operator = "startsWith"
type = "vm-name"
value = "ubuntu"
name = "0"

Are there any resources on this?

New or Affected Resource(s) + ACI Class(es):

  • aci_XXXXX + fv:XXXX

APIC version and APIC Platform

  • V x.x.x and on-prem/cloud-aws/cloud-azure/all.

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

  • #0000
@shrsr
Copy link
Collaborator

shrsr commented May 24, 2024

@micronemo Thank you for opening this issue. I went through our provider and looks like the resource aci_application_epg doesn't allow an implicit creation of "fvCrtrn".
Our team will look into it and update the resource with the ability to create "fvCrtrn" and other missing objects.

@sajagana sajagana self-assigned this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants