{ "version": 4, "terraform_version": "1.7.7", "serial": 460, "lineage": "8b138c14-c546-1c9c-ea00-0e6b3846a9dd", "outputs": { "db_endpoint": { "value": "db-0.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-64691e929cd869062", "ami": "ami-2cd835d3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ce01cfa4"], "subnet_id": "subnet-b81f2888", "key_name": "prod-deploy-key" } } ] } ] }