Skip to content

interceptorConfigurations is now required on AgentcoreGateway #6101

@lichtie

Description

@lichtie

Describe what happened

Image

In my AgentcoreGateway, I get an error message telling me that interceptorConfigurations is now required. This is happening on 7.13.0 and higher

It looks like terraform still has this value as optional which I believe it should be

Sample program

import * as aws from "@pulumi/aws";

// Create an AWS resource
const bedrock = new aws.bedrock.AgentcoreGateway("this", {
roleArn: "asdfasdf",
authorizerType: "AWS_IAM",
protocolType: "MCP",
});

Log output

No response

Affected Resource(s)

No response

Output of pulumi about

CLI
Version 3.214.0
Go Version go1.25.5
Go Compiler gc

Plugins
KIND NAME VERSION
resource aws 7.15.0
resource awsx 3.1.0
resource docker 4.11.0
resource docker 3.6.1
resource docker-build 0.0.14
language nodejs 3.214.0

Host
OS darwin
Version 26.1
Arch arm64

This project is written in nodejs: executable='/Users/elisabeth.lichtie/.nvm/versions/node/v22.17.1/bin/node' version='v22.17.1' packagemanager='npm' packagemanagerVersion='10.9.2'

Current Stack: elisabeth-demo/test-p/dev

Found no resources associated with dev

Found no pending operations associated with dev

Backend
Name pulumi.com
URL https://app.pulumi.com/ElisabethLich
User ElisabethLich
Organizations ElisabethLich, team-ce, elisabeth-demo, pequod, HuckStream, demo
Token type personal

Dependencies:
NAME VERSION
@pulumi/aws 7.15.0
@pulumi/awsx 3.1.0
@pulumi/pulumi 3.214.1
@types/node 18.19.130
typescript 5.9.3

Pulumi locates its logs in /var/folders/6q/rx_kj7n10lb5k0ch3vhz2lhm0000gn/T/ by default

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

Metadata

Metadata

Assignees

Labels

kind/bugSome behavior is incorrect or out of spec

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions