{ "version": 4, "terraform_version": "1.8.2", "serial": 591, "lineage": "de9cf88e-56e3-93b7-678f-87c7cc502e6b", "outputs": { "db_endpoint": { "value": "db-4.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-6c15c324bc2a40177", "ami": "ami-d691ff36", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-15a840b0"], "subnet_id": "subnet-276e7f13", "key_name": "prod-deploy-key" } } ] } ] }