{ "version": 4, "terraform_version": "1.5.9", "serial": 190, "lineage": "5de4546e-8cc7-e9b8-fecc-2837bf74853f", "outputs": { "db_endpoint": { "value": "db-0.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-189c6a6699b7ad6b8", "ami": "ami-7a9a09b4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-426337e0"], "subnet_id": "subnet-1a536182", "key_name": "prod-deploy-key" } } ] } ] }