You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess after adding the new changes for media optimization with lamda, terraform seems to fail due to some issues
Invalid Actions & Resources at :
│
│ with aws_s3_bucket_policy.media,
│ on s3.tf line 165, in resource "aws_s3_bucket_policy" "media":
│ 165: resource "aws_s3_bucket_policy" "media" {
│
InvalidParameterValueException: The provided execution role does not have permissions to call CreateNetworkInterface on EC2
│
│ with aws_lambda_function.image_optimization,
│ on lambda.tf line 75, in resource "aws_lambda_function" "image_optimization":
│ 75: resource "aws_lambda_function" "image_optimization" {
The text was updated successfully, but these errors were encountered:
ayoubeddafali
changed the title
Terraform issues on Lamdab & media policy
Terraform issues on Lambda & media policy
Jul 16, 2024
I guess after adding the new changes for media optimization with lamda, terraform seems to fail due to some issues
Invalid Actions & Resources at :
│
│ with aws_s3_bucket_policy.media,
│ on s3.tf line 165, in resource "aws_s3_bucket_policy" "media":
│ 165: resource "aws_s3_bucket_policy" "media" {
│
InvalidParameterValueException: The provided execution role does not have permissions to call CreateNetworkInterface on EC2
│
│ with aws_lambda_function.image_optimization,
│ on lambda.tf line 75, in resource "aws_lambda_function" "image_optimization":
│ 75: resource "aws_lambda_function" "image_optimization" {
The text was updated successfully, but these errors were encountered: