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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vm): Init security tag ressource #294

Merged
merged 4 commits into from
Jun 21, 2023

Conversation

dmicheneau
Copy link
Member

-->

If you submit change in the provider code, please make sure to:

  • Write or modify examples in examples/ directory
  • Write or modify acceptance tests
  • Run make generate to ensure the doc was updated properly

How has this code been tested

Test do manually with terraform cli.

Plan: 3 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

cloudavenue_vapp.example: Creating...
cloudavenue_vapp.example: Creation complete after 7s [id=urn:vcloud:vapp:2c748746-0eb6-4d28-ab8d-ca9682810d83]
cloudavenue_vm.example: Creating...
cloudavenue_vm.example: Still creating... [10s elapsed]
cloudavenue_vm.example: Still creating... [20s elapsed]
cloudavenue_vm.example: Still creating... [30s elapsed]
cloudavenue_vm.example: Still creating... [40s elapsed]
cloudavenue_vm.example: Still creating... [50s elapsed]
cloudavenue_vm.example: Still creating... [1m0s elapsed]
cloudavenue_vm.example: Still creating... [1m10s elapsed]
cloudavenue_vm.example: Creation complete after 1m19s [id=urn:vcloud:vm:5eac36d3-5ab3-4c94-b860-947189f9ecb0]
cloudavenue_vm_security_tag.example: Creating...
cloudavenue_vm_security_tag.example: Creation complete after 1s [name=example-tag]

Apply complete! Resources: 3 added, 0 changed, 0 destroyed.

@dmicheneau dmicheneau linked an issue May 22, 2023 that may be closed by this pull request
@dmicheneau dmicheneau force-pushed the 113-new-resource-add-cloudavenue_security_tag branch from de09905 to a1ef2e8 Compare May 24, 2023 09:36
@crown-app crown-app bot added size/L and removed size/M labels May 24, 2023
@dmicheneau dmicheneau force-pushed the 113-new-resource-add-cloudavenue_security_tag branch from a1ef2e8 to 184d272 Compare May 30, 2023 09:33
@azrod azrod force-pushed the 113-new-resource-add-cloudavenue_security_tag branch from 184d272 to 191a504 Compare June 21, 2023 13:30
@crown-app crown-app bot added the Fix label Jun 21, 2023
@azrod
Copy link
Member

azrod commented Jun 21, 2023

--- PASS: TestAccSecurityTagResource (329.75s)
PASS
ok      github.com/orange-cloudavenue/terraform-provider-cloudavenue/internal/tests/vm  330.197s

@crown-app crown-app bot added the Docs label Jun 21, 2023
@azrod azrod marked this pull request as ready for review June 21, 2023 14:19
@azrod azrod merged commit e893511 into main Jun 21, 2023
@azrod azrod deleted the 113-new-resource-add-cloudavenue_security_tag branch June 21, 2023 14:21
gaetanars pushed a commit that referenced this pull request Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Resource]: Add cloudavenue_security_tag
2 participants