Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-s3-bucket
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-s3-bucket
Commits
8366ccca
Unverified
Commit
8366ccca
authored
Aug 26, 2022
by
Chris Taylor
Committed by
GitHub
Aug 26, 2022
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Remove deprecated attributes from ignore_changes (#179)
parent
c859215e
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
19 additions
and
36 deletions
+19
-36
.pre-commit-config.yaml
.pre-commit-config.yaml
+2
-2
README.md
README.md
+2
-2
README.md
examples/complete/README.md
+2
-2
main.tf
examples/complete/main.tf
+1
-1
versions.tf
examples/complete/versions.tf
+1
-1
README.md
examples/notification/README.md
+2
-2
versions.tf
examples/notification/versions.tf
+1
-1
README.md
examples/object/README.md
+2
-2
versions.tf
examples/object/versions.tf
+1
-1
README.md
examples/s3-replication/README.md
+3
-3
versions.tf
examples/s3-replication/versions.tf
+1
-1
main.tf
main.tf
+0
-17
versions.tf
versions.tf
+1
-1
No files found.
.pre-commit-config.yaml
View file @
8366ccca
repos
:
-
repo
:
https://github.com/antonbabenko/pre-commit-terraform
rev
:
v1.7
1.0
rev
:
v1.7
4.1
hooks
:
-
id
:
terraform_fmt
-
id
:
terraform_wrapper_module_for_each
...
...
@@ -24,7 +24,7 @@ repos:
-
'
--args=--only=terraform_standard_module_structure'
-
'
--args=--only=terraform_workspace_remote'
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.
2
.0
rev
:
v4.
3
.0
hooks
:
-
id
:
check-merge-conflict
-
id
:
end-of-file-fixer
README.md
View file @
8366ccca
...
...
@@ -118,13 +118,13 @@ Users of Terragrunt can achieve similar results by using modules provided in the
| Name | Version |
|------|---------|
|
<a
name=
"requirement_terraform"
></a>
[
terraform
](
#requirement\_terraform
)
| >= 0.13.1 |
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
5
|
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
9
|
## Providers
| Name | Version |
|------|---------|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
5
|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
9
|
## Modules
...
...
examples/complete/README.md
View file @
8366ccca
...
...
@@ -30,14 +30,14 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
|
<a
name=
"requirement_terraform"
></a>
[
terraform
](
#requirement\_terraform
)
| >= 0.13.1 |
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
5
|
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
9
|
|
<a
name=
"requirement_random"
></a>
[
random
](
#requirement\_random
)
| >= 2.0 |
## Providers
| Name | Version |
|------|---------|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
5
|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
9
|
|
<a
name=
"provider_random"
></a>
[
random
](
#provider\_random
)
| >= 2.0 |
## Modules
...
...
examples/complete/main.tf
View file @
8366ccca
...
...
@@ -95,7 +95,7 @@ module "cloudfront_log_bucket" {
]
owner
=
{
id
=
"457414f555e45c2e6fe1069d1a527a90d6337e1acb012ba99f3833859b23d338"
id
=
data
.
aws_canonical_user_id
.
current
.
id
}
force_destroy
=
true
...
...
examples/complete/versions.tf
View file @
8366ccca
...
...
@@ -4,7 +4,7 @@ terraform {
required_providers
{
aws
=
{
source
=
"hashicorp/aws"
version
=
">= 4.
5
"
version
=
">= 4.
9
"
}
random
=
{
source
=
"hashicorp/random"
...
...
examples/notification/README.md
View file @
8366ccca
...
...
@@ -20,7 +20,7 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
|
<a
name=
"requirement_terraform"
></a>
[
terraform
](
#requirement\_terraform
)
| >= 0.13.1 |
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
5
|
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
9
|
|
<a
name=
"requirement_null"
></a>
[
null
](
#requirement\_null
)
| >= 2.0 |
|
<a
name=
"requirement_random"
></a>
[
random
](
#requirement\_random
)
| >= 2.0 |
...
...
@@ -28,7 +28,7 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
5
|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
9
|
|
<a
name=
"provider_null"
></a>
[
null
](
#provider\_null
)
| >= 2.0 |
|
<a
name=
"provider_random"
></a>
[
random
](
#provider\_random
)
| >= 2.0 |
...
...
examples/notification/versions.tf
View file @
8366ccca
...
...
@@ -4,7 +4,7 @@ terraform {
required_providers
{
aws
=
{
source
=
"hashicorp/aws"
version
=
">= 4.
5
"
version
=
">= 4.
9
"
}
random
=
{
source
=
"hashicorp/random"
...
...
examples/object/README.md
View file @
8366ccca
...
...
@@ -20,14 +20,14 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
|
<a
name=
"requirement_terraform"
></a>
[
terraform
](
#requirement\_terraform
)
| >= 0.13.1 |
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
5
|
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
9
|
|
<a
name=
"requirement_random"
></a>
[
random
](
#requirement\_random
)
| >= 2.0 |
## Providers
| Name | Version |
|------|---------|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
5
|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
9
|
|
<a
name=
"provider_random"
></a>
[
random
](
#provider\_random
)
| >= 2.0 |
## Modules
...
...
examples/object/versions.tf
View file @
8366ccca
...
...
@@ -4,7 +4,7 @@ terraform {
required_providers
{
aws
=
{
source
=
"hashicorp/aws"
version
=
">= 4.
5
"
version
=
">= 4.
9
"
}
random
=
{
source
=
"hashicorp/random"
...
...
examples/s3-replication/README.md
View file @
8366ccca
...
...
@@ -22,15 +22,15 @@ Note that this example may create resources which cost money. Run `terraform des
| Name | Version |
|------|---------|
|
<a
name=
"requirement_terraform"
></a>
[
terraform
](
#requirement\_terraform
)
| >= 0.13.1 |
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
5
|
|
<a
name=
"requirement_aws"
></a>
[
aws
](
#requirement\_aws
)
| >= 4.
9
|
|
<a
name=
"requirement_random"
></a>
[
random
](
#requirement\_random
)
| >= 2.0 |
## Providers
| Name | Version |
|------|---------|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
5
|
|
<a
name=
"provider_aws.replica"
></a>
[
aws.replica
](
#provider\_aws.replica
)
| >= 4.
5
|
|
<a
name=
"provider_aws"
></a>
[
aws
](
#provider\_aws
)
| >= 4.
9
|
|
<a
name=
"provider_aws.replica"
></a>
[
aws.replica
](
#provider\_aws.replica
)
| >= 4.
9
|
|
<a
name=
"provider_random"
></a>
[
random
](
#provider\_random
)
| >= 2.0 |
## Modules
...
...
examples/s3-replication/versions.tf
View file @
8366ccca
...
...
@@ -4,7 +4,7 @@ terraform {
required_providers
{
aws
=
{
source
=
"hashicorp/aws"
version
=
">= 4.
5
"
version
=
">= 4.
9
"
}
random
=
{
source
=
"hashicorp/random"
...
...
main.tf
View file @
8366ccca
...
...
@@ -21,23 +21,6 @@ resource "aws_s3_bucket" "this" {
force_destroy
=
var
.
force_destroy
object_lock_enabled
=
var
.
object_lock_enabled
tags
=
var
.
tags
lifecycle
{
ignore_changes
=
[
acceleration_status
,
acl
,
grant
,
cors_rule
,
lifecycle_rule
,
logging
,
object_lock_configuration
,
replication_configuration
,
request_payer
,
server_side_encryption_configuration
,
versioning
,
website
]
}
}
resource
"aws_s3_bucket_logging"
"this"
{
...
...
versions.tf
View file @
8366ccca
...
...
@@ -4,7 +4,7 @@ terraform {
required_providers
{
aws
=
{
source
=
"hashicorp/aws"
version
=
">= 4.
5
"
version
=
">= 4.
9
"
}
}
}
Jose Ernesto Suarez
@ernesto
mentioned in commit
97eddfc2
·
Dec 30, 2022
mentioned in commit
97eddfc2
mentioned in commit 97eddfc2ee489a6413e2993699159315bc080906
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment