{ "version": 4, "terraform_version": "1.8.0", "serial": 269, "lineage": "2b341a7d-9679-9e9c-310b-fd007302fd98", "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-7854ed0c84e07d190", "ami": "ami-4ffae52a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-283f9c4f"], "subnet_id": "subnet-5fe621b7", "key_name": "prod-deploy-key" } } ] } ] }