{ "version": 4, "terraform_version": "1.8.1", "serial": 190, "lineage": "933aef2f-5db5-aec2-63ef-bcf201225246", "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-c9f7ddc7913671ff1", "ami": "ami-19cf817c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f3504684"], "subnet_id": "subnet-071db80a", "key_name": "prod-deploy-key" } } ] } ] }