{ "version": 4, "terraform_version": "1.7.3", "serial": 253, "lineage": "72a1a9b3-d41d-ffea-4a8b-ba49e2446a9f", "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-5eed9e182214e45cc", "ami": "ami-eb298e86", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f585905"], "subnet_id": "subnet-a080d2b2", "key_name": "prod-deploy-key" } } ] } ] }