{ "version": 4, "terraform_version": "1.7.0", "serial": 471, "lineage": "0b108115-18c1-7a38-8cb1-4e89acd7a18b", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1171961cbf811090c", "ami": "ami-9e2751a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-43439b10"], "subnet_id": "subnet-b2f5fcff", "key_name": "prod-deploy-key" } } ] } ] }