{ "version": 4, "terraform_version": "1.7.9", "serial": 491, "lineage": "bf9cf2c1-ec2e-7a2a-b745-f3baea160363", "outputs": { "db_endpoint": { "value": "db-0.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-81d9be4510f551124", "ami": "ami-c09b4a8b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7f7c5f80"], "subnet_id": "subnet-5b5e1a21", "key_name": "prod-deploy-key" } } ] } ] }