{ "version": 4, "terraform_version": "1.7.4", "serial": 146, "lineage": "be68b5e0-6c39-158e-4128-20fbce668444", "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-d56911ac7d9880334", "ami": "ami-36327e07", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8187aa60"], "subnet_id": "subnet-cab99936", "key_name": "prod-deploy-key" } } ] } ] }