mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 14:44:11 -06:00
987b910828
* vendor: update gopkg.in/ns1/ns1-go.v2 * provider/ns1: Port the ns1 provider to Terraform core * docs/ns1: Document the ns1 provider * ns1: rename remaining nsone -> ns1 (#10805) * Ns1 provider (#11300) * provider/ns1: Flesh out support for meta structs. Following the structure outlined by @pashap. Using reflection to reduce copy/paste. Putting metas inside single-item lists. This is clunky, but I couldn't figure out how else to have a nested struct. Maybe the Terraform people know a better way? Inside the meta struct, all fields are always written to the state; I can't figure out how to omit fields that aren't used. This is not just verbose, it actually causes issues because you can't have both "up" and "up_feed" set). Also some minor other changes: - Add "terraform" import support to records and zones. - Create helper class StringEnum. * provider/ns1: Make fmt * provider/ns1: Remove stubbed out RecordRead (used for testing metadata change). * provider/ns1: Need to get interface that m contains from Ptr Value with Elem() * provider/ns1: Use empty string to indicate no feed given. * provider/ns1: Remove old record.regions fields. * provider/ns1: Removes redundant testAccCheckRecordState * provider/ns1: Moves account permissions logic to permissions.go * provider/ns1: Adds tests for team resource. * provider/ns1: Move remaining permissions logic to permissions.go * ns1/provider: Adds datasource.config * provider/ns1: Small clean up of datafeed resource tests * provider/ns1: removes testAccCheckZoneState in favor of explicit name check * provider/ns1: More renaming of nsone -> ns1 * provider/ns1: Comment out metadata for the moment. * Ns1 provider (#11347) * Fix the removal of empty containers from a flatmap Removal of empty nested containers from a flatmap would sometimes fail a sanity check when removed in the wrong order. This would only fail sometimes due to map iteration. There was also an off-by-one error in the prefix check which could match the incorrect keys. * provider/ns1: Adds ns1 go client through govendor. * provider/ns1: Removes unused debug line * docs/ns1: Adds docs around apikey/datasource/datafeed/team/user/record. * provider/ns1: Gets go vet green |
||
---|---|---|
.. | ||
test-fixtures | ||
apply_destroy_test.go | ||
apply_test.go | ||
apply.go | ||
cli_ui_test.go | ||
cli_ui.go | ||
command_test.go | ||
command.go | ||
console_interactive_solaris.go | ||
console_interactive.go | ||
console_test.go | ||
console.go | ||
counthookaction_string.go | ||
debug_command.go | ||
debug_json2dot_test.go | ||
debug_json2dot.go | ||
flag_kv_test.go | ||
flag_kv.go | ||
fmt_test.go | ||
fmt.go | ||
format_plan_test.go | ||
format_plan.go | ||
format_state.go | ||
get_test.go | ||
get.go | ||
graph_test.go | ||
graph.go | ||
hcl_printer.go | ||
hook_count_action.go | ||
hook_count_test.go | ||
hook_count.go | ||
hook_state_test.go | ||
hook_state.go | ||
hook_ui.go | ||
import_test.go | ||
import.go | ||
init_test.go | ||
init.go | ||
internal_plugin_core.go | ||
internal_plugin_list.go | ||
internal_plugin_test.go | ||
internal_plugin.go | ||
meta_test.go | ||
meta.go | ||
module_storage_test.go | ||
module_storage.go | ||
output_test.go | ||
output.go | ||
plan_test.go | ||
plan.go | ||
push_test.go | ||
push.go | ||
refresh_test.go | ||
refresh.go | ||
remote_config_test.go | ||
remote_config.go | ||
remote_pull_test.go | ||
remote_pull.go | ||
remote_push_test.go | ||
remote_push.go | ||
remote.go | ||
show_test.go | ||
show.go | ||
state_command.go | ||
state_list_test.go | ||
state_list.go | ||
state_meta.go | ||
state_mv_test.go | ||
state_mv.go | ||
state_rm_test.go | ||
state_rm.go | ||
state_show_test.go | ||
state_show.go | ||
state_test.go | ||
state.go | ||
taint_test.go | ||
taint.go | ||
ui_input_test.go | ||
ui_input.go | ||
untaint_test.go | ||
untaint.go | ||
validate_test.go | ||
validate.go | ||
version_test.go | ||
version.go |