{ "version": 4, "terraform_version": "1.6.5", "serial": 457, "lineage": "69c633a6-721e-5cc9-faee-7951074ca596", "outputs": { "db_endpoint": { "value": "db-1.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-f87c022d2829657a4", "ami": "ami-e7b74b03", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9f0f3a8e"], "subnet_id": "subnet-badbbefe", "key_name": "prod-deploy-key" } } ] } ] }