Data Source: aws_bedrock_foundation_model

Terraform data source for managing an AWS Bedrock Foundation Model.

Example Usage

Basic Usage

data "aws_bedrock_foundation_models" "test" {}

data "aws_bedrock_foundation_model" "test" {
  model_id = data.aws_bedrock_foundation_models.test.model_summaries[0].model_id
}

Argument Reference

The following argument are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: