Skip to content

Commit

Permalink
Add the license notification
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Aug 29, 2024
1 parent 01316ae commit fa642fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -2142,6 +2142,7 @@ var TerraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{
"aws_rum_metrics_destination": config.IdentifierFromProvider,

// s3
//
// S3 bucket can be imported using the bucket
"aws_s3_bucket": config.ParameterAsIdentifier("bucket"),
// the S3 bucket accelerate configuration resource should be imported using the bucket
Expand Down
4 changes: 4 additions & 0 deletions examples/s3/v1beta1/directorybucket.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io>
#
# SPDX-License-Identifier: Apache-2.0

# https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Endpoints.html
apiVersion: s3.aws.upbound.io/v1beta1
kind: DirectoryBucket
Expand Down

0 comments on commit fa642fb

Please sign in to comment.