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

Update acceptance tests #39

Merged
merged 8 commits into from
Feb 26, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove cosmic_egress_firewall and cosmic_firewall
These two resources are no longer supported by the Cosmic API and will
be removed in a future release of Cosmic, going removing them from this
provider now.

Signed-off-by: Stephen Hoekstra <[email protected]>
shoekstra committed Feb 21, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 74c918dab4b45fbd93138cbebd5f5275aa340da5
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Add option to configure provider using `COSMIC_CONFIG` and `COSMIC_PROFILE` environment variables
- Changing `cosmic_network`'s `ip_exclusion_list` option no longer recreates the resource
- Changing `cosmic_vpc`'s `vpc_offering` option no longer recreates the resource
- Removed `cosmic_egress_firewall` and `cosmic_firewall` resources; no longer implemented by the Cosmic API

## 0.1.0 (2019-01-27)

2 changes: 0 additions & 2 deletions cosmic/provider.go
Original file line number Diff line number Diff line change
@@ -63,8 +63,6 @@ func Provider() terraform.ResourceProvider {
ResourcesMap: map[string]*schema.Resource{
"cosmic_affinity_group": resourceCosmicAffinityGroup(),
"cosmic_disk": resourceCosmicDisk(),
"cosmic_egress_firewall": resourceCosmicEgressFirewall(),
"cosmic_firewall": resourceCosmicFirewall(),
"cosmic_instance": resourceCosmicInstance(),
"cosmic_ipaddress": resourceCosmicIPAddress(),
"cosmic_loadbalancer_rule": resourceCosmicLoadBalancerRule(),
545 changes: 0 additions & 545 deletions cosmic/resource_cosmic_egress_firewall.go

This file was deleted.

203 changes: 0 additions & 203 deletions cosmic/resource_cosmic_egress_firewall_test.go

This file was deleted.

546 changes: 0 additions & 546 deletions cosmic/resource_cosmic_firewall.go

This file was deleted.

213 changes: 0 additions & 213 deletions cosmic/resource_cosmic_firewall_test.go

This file was deleted.