sullivtr / terraform-provider-graphql

Terraform GraphQL plugin to automate the full life-cycle of graphql api resources.
https://sullivtr.github.io/terraform-provider-graphql
Mozilla Public License 2.0
53 stars 13 forks source link

add server state drift warnings, and ability to overwrite server stat… #61

Closed sullivtr closed 2 years ago

sullivtr commented 2 years ago

…e drift

codecov-commenter commented 2 years ago

Codecov Report

Merging #61 (5aa15f5) into master (b03f962) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   87.34%   87.34%           
=======================================
  Files           3        3           
  Lines          79       79           
=======================================
  Hits           69       69           
  Misses          9        9           
  Partials        1        1           
Impacted Files Coverage Δ
graphql/provider.go 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b03f962...5aa15f5. Read the comment docs.

sullivtr commented 2 years ago

After testing some edge cases manually, I have determined that this solution does not provide an acceptable user-experience.