{ "version": 4, "terraform_version": "1.7.5", "serial": 430, "lineage": "d235dd4a-fceb-c51c-b634-0eb6179b6840", "outputs": { "db_endpoint": { "value": "db-1.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-b1d305f7d1d8fb4e7", "ami": "ami-2a79cfc8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b4b708d1"], "subnet_id": "subnet-b6aa69c2", "key_name": "prod-deploy-key" } } ] } ] }