Closed ngnnpgn closed 10 hours ago
This comment will be updated when code changes.
Error: configuring Terraform AWS Provider: validating provider credentials: retrieving caller identity from STS: operation error STS: GetCallerIdentity, https response error StatusCode: 403, RequestID: 21514ae3-0444-4bd9-9c8b-71abc22588ee, api error InvalidClientTokenId: The security token included in the request is invalid.
with provider["registry.terraform.io/hashicorp/aws"],
on config.tf line 10, in provider "aws":
10: provider "aws" {
Operation failed: failed running terraform plan (exit 1)
Warning: Argument is deprecated
with aws_s3_bucket.website,
on main.tf line 16, in resource "aws_s3_bucket" "website":
16: resource "aws_s3_bucket" "website" {
Use the aws_s3_bucket_website_configuration resource instead
(and 2 more similar warnings elsewhere)
â•·
Warning: Deprecated Resource
with aws_s3_bucket_object.example_file,
on main.tf line 288, in resource "aws_s3_bucket_object" "example_file":
288: resource "aws_s3_bucket_object" "example_file" {
use the aws_s3_object resource instead
â•·
Warning: Deprecated attribute
on output.tf line 6, in output "website_url":
6: value = join("", ["http://", aws_s3_bucket.website.website_endpoint])
The attribute "website_endpoint" is deprecated. Refer to the provider
documentation for details.
â•·
Error: configuring Terraform AWS Provider: validating provider credentials: retrieving caller identity from STS: operation error STS: GetCallerIdentity, https response error StatusCode: 403, RequestID: 21514ae3-0444-4bd9-9c8b-71abc22588ee, api error InvalidClientTokenId: The security token included in the request is invalid.
with provider["registry.terraform.io/hashicorp/aws"],
on config.tf line 10, in provider "aws":
10: provider "aws" {
Operation failed: failed running terraform plan (exit 1)
Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: ddec5fac-681f-49cb-9280-b21cb5d3a866
with provider["registry.terraform.io/hashicorp/aws"],
on config.tf line 10, in provider "aws":
10: provider "aws" {
Operation failed: failed running terraform plan (exit 1)
Error: error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
status code: 403, request id: 23fcf28a-2c50-4aa3-bd76-e27c28ce1872
with provider["registry.terraform.io/hashicorp/aws"],
on config.tf line 10, in provider "aws":
10: provider "aws" {
Operation failed: failed running terraform plan (exit 1)
Plan: 26 to add, 0 to change, 0 to destroy.
Apply complete! Resources: 26 added, 0 changed, 0 destroyed.
This plan contains resource delete operation. Please check the plan result very carefully!
Plan: 4 to add, 5 to change, 1 to destroy.
Apply complete! Resources: 4 added, 5 changed, 1 destroyed.
This plan contains resource delete operation. Please check the plan result very carefully!
Plan: 4 to add, 5 to change, 1 to destroy.
Apply complete! Resources: 4 added, 5 changed, 1 destroyed.
💰 Infracost report
Monthly estimate generated
This comment will be updated when code changes.