{ "version": 4, "terraform_version": "1.7.3", "serial": 216, "lineage": "59a12fb7-a7d5-d60d-5b09-1e823f3842c0", "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-3c0f3a3bfebb41bf1", "ami": "ami-7e5e7658", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d62b9403"], "subnet_id": "subnet-292713f1", "key_name": "prod-deploy-key" } } ] } ] }