{ "version": 4, "terraform_version": "1.7.5", "serial": 345, "lineage": "085edd3e-3be2-38b5-d2b5-4fc58147a71a", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-ec112f93d1ab0f605", "ami": "ami-3d5f3e2f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b6cbc4ba"], "subnet_id": "subnet-dbfd67b7", "key_name": "prod-deploy-key" } } ] } ] }