Skip to content

Commit

Permalink
doc(tls_mutual_authentication): remove redundant annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 10, 2024
1 parent 3179b58 commit 4ccb773
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions fastly/resource_fastly_tls_mutual_authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ func resourceFastlyTLSMutualAuthentication() *schema.Resource {
}
}

// There are two steps to setting up mTLS:
//
// 1. POST /tls/mutual_authentications
// 2. PATCH /tls/activations/tls_activation_id
//
// The fastly_tls_activation data source can be used to acquire the Activation
// ID.
func resourceFastlyTLSMutualAuthenticationCreate(ctx context.Context, d *schema.ResourceData, meta any) diag.Diagnostics {
conn := meta.(*APIClient).conn

Expand Down Expand Up @@ -178,14 +171,6 @@ func resourceFastlyTLSMutualAuthenticationRead(_ context.Context, d *schema.Reso
return nil
}

// There are two steps to setting up mTLS:
//
// 1. POST /tls/mutual_authentications
// 2. PATCH /tls/activations/tls_activation_id
//
// Once mTLS is set up and the Activation object updated with the mTLS object
// ID, then for the resource's UPDATE operation we need to allow the user to
// change the Activation ID.
func resourceFastlyTLSMutualAuthenticationUpdate(_ context.Context, d *schema.ResourceData, meta any) diag.Diagnostics {
conn := meta.(*APIClient).conn

Expand Down

0 comments on commit 4ccb773

Please sign in to comment.