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

terraform support for forms #1039

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

duedares-rvj
Copy link
Contributor

@duedares-rvj duedares-rvj commented Oct 3, 2024

🔧 Changes

resource "auth0_form" "my_form" {
  name = "My KYC Form"
  languages {
    primary = "en"
  }
}

resource "auth0_flow" "my_flow" {
  name = "Flow KYC meta data"
}

resource "auth0_flow_vault_connection" "my_connection" {
  app_id = "AUTH0"
  name   = "Auth0 M2M Connection"
}

📚 References

#957

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter
Copy link

codecov-commenter commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 59.40741% with 274 lines in your changes missing coverage. Please review.

Project coverage is 89.03%. Comparing base (c2d1a1d) to head (7d5d1a8).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
internal/auth0/form/expand.go 26.92% 87 Missing and 8 partials ⚠️
internal/auth0/form/flatten.go 25.84% 56 Missing and 10 partials ⚠️
internal/auth0/flow/expand.go 37.68% 39 Missing and 4 partials ⚠️
internal/auth0/form/resource.go 71.84% 21 Missing and 8 partials ⚠️
internal/auth0/flow/resource.go 71.87% 12 Missing and 6 partials ⚠️
internal/auth0/flow/resource_vault_connection.go 84.74% 12 Missing and 6 partials ⚠️
internal/auth0/flow/flatten.go 81.48% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1039      +/-   ##
==========================================
- Coverage   90.25%   89.03%   -1.23%     
==========================================
  Files         112      122      +10     
  Lines       15104    17025    +1921     
==========================================
+ Hits        13632    15158    +1526     
- Misses       1040     1350     +310     
- Partials      432      517      +85     
Files with missing lines Coverage Δ
internal/auth0/flow/data_source.go 100.00% <100.00%> (ø)
...nternal/auth0/flow/data_source_vault_connection.go 100.00% <100.00%> (ø)
internal/auth0/form/data_source.go 100.00% <100.00%> (ø)
internal/provider/provider.go 100.00% <ø> (ø)
internal/auth0/flow/flatten.go 81.48% <81.48%> (ø)
internal/auth0/flow/resource.go 71.87% <71.87%> (ø)
internal/auth0/flow/resource_vault_connection.go 84.74% <84.74%> (ø)
internal/auth0/form/resource.go 71.84% <71.84%> (ø)
internal/auth0/flow/expand.go 37.68% <37.68%> (ø)
internal/auth0/form/flatten.go 25.84% <25.84%> (ø)
... and 1 more

... and 14 files with indirect coverage changes

@kushalshit27 kushalshit27 changed the title Dxcdt 673 terraform support for forms terraform support for forms Oct 3, 2024
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.

3 participants