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

Add update method of VM resource #7

Merged
merged 3 commits into from
Nov 26, 2020
Merged

Add update method of VM resource #7

merged 3 commits into from
Nov 26, 2020

Conversation

mfranczy
Copy link
Contributor

@mfranczy mfranczy commented Nov 26, 2020

Description

Add update method for VM resource

Acceptance tests

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?

Output from acceptance testing:

make testacc TESTARGS='-run=TestAccAnxCloudVirtualServer'
==> Checking that code complies with gofmt requirements...                                                                                                                                                                                    
TF_ACC=1 go test $(go list ./... | grep -v 'vendor') -v  -timeout 120m -parallel=4                                                                                                                                                            
?       github.com/anexia-it/terraform-provider-anxcloud        [no test files]                                                                                                                                                               
                                                                                                                                                                                                                        
=== RUN   TestProvider                                                                                                                                                                                                                        
--- PASS: TestProvider (0.00s)                                                                                                                                                                                                                
=== RUN   TestProvider_impl                                                                                                                                                                                                                   
--- PASS: TestProvider_impl (0.00s)                                                                                                                                                                                                           
=== RUN   TestAccAnxCloudVirtualServerBasic                                                                                                                                                                                                   
--- PASS: TestAccAnxCloudVirtualServerBasic (854.88s)                                                                                                                                                                                         
=== RUN   TestExpanderVirtualServerNetworks                                                                                                                                                                                                   
--- PASS: TestExpanderVirtualServerNetworks (0.00s)                                                                                                                                                                                           
=== RUN   TestExpanderVirtualServerDNS                                                                                                                                                                                                        
--- PASS: TestExpanderVirtualServerDNS (0.00s)                                                                                                                                                                                                
=== RUN   TestExpanderVirtualServerInfo                                                                                                                                                                                                       
--- PASS: TestExpanderVirtualServerInfo (0.00s)                                                                                                                                                                                               
=== RUN   TestFlattenVirtualServerNetwork                                                                                                                                                                                                     
--- PASS: TestFlattenVirtualServerNetwork (0.00s)                                                                                                                                                                                             
=== RUN   TestFlattenVirtualServerInfo     
--- PASS: TestFlattenVirtualServerInfo (0.00s)             
PASS     
ok      github.com/anexia-it/terraform-provider-anxcloud/anxcloud       854.891s 

Release Note

Enhancement of VM resource - add VM update method

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

@mfranczy mfranczy changed the title Add vm resource Add update method of VM resource Nov 26, 2020
@mfranczy mfranczy merged commit 4730f2c into main Nov 26, 2020
@mfranczy mfranczy deleted the add-vm-resource branch December 14, 2020 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants