{ "version": 4, "terraform_version": "1.5.4", "serial": 551, "lineage": "74e355ff-81d4-648b-403c-32e234fb8929", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-052d454ae6e8f756f", "ami": "ami-084527eb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-668aecc5"], "subnet_id": "subnet-a1803ebc", "key_name": "prod-deploy-key" } } ] } ] }