{ "version": 4, "terraform_version": "1.7.3", "serial": 537, "lineage": "9f0719f4-3bf8-c4dc-e89d-af21eca98500", "outputs": { "db_endpoint": { "value": "db-2.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-64c0b2cc50539153a", "ami": "ami-6036e737", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-25ecdd0c"], "subnet_id": "subnet-d56c9229", "key_name": "prod-deploy-key" } } ] } ] }