{ "version": 4, "terraform_version": "1.8.8", "serial": 566, "lineage": "ee405797-d60e-6050-ec6b-c8052a3e9f40", "outputs": { "db_endpoint": { "value": "db-3.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-d3f6d381469d09e6d", "ami": "ami-13cdfb9c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b8811c17"], "subnet_id": "subnet-9b509b61", "key_name": "prod-deploy-key" } } ] } ] }