{ "version": 4, "terraform_version": "1.8.0", "serial": 459, "lineage": "d2a11344-9dea-02c3-bf6c-e115045d74b0", "outputs": { "db_endpoint": { "value": "db-1.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-e5da6c2df5384bce0", "ami": "ami-16782ff0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0d57ffbe"], "subnet_id": "subnet-5f654065", "key_name": "prod-deploy-key" } } ] } ] }