{ "version": 4, "terraform_version": "1.5.1", "serial": 580, "lineage": "1f0e2a38-8219-806c-a622-3a147c00aab0", "outputs": { "db_endpoint": { "value": "db-4.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-75cbeb9fb6f46d2d5", "ami": "ami-1fb65151", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a639491f"], "subnet_id": "subnet-a8c07150", "key_name": "prod-deploy-key" } } ] } ] }