{ "version": 4, "terraform_version": "1.7.5", "serial": 280, "lineage": "ab09bf69-5979-a5f8-bec6-329d9a616c78", "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-400cd61c7dca1cbe5", "ami": "ami-da062302", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5b3ea6e6"], "subnet_id": "subnet-614a98f2", "key_name": "prod-deploy-key" } } ] } ] }