{ "version": 4, "terraform_version": "1.7.0", "serial": 372, "lineage": "4a8bcd06-5cf8-7e8d-dd10-bdb7841ca3f5", "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-624e3235c30696b36", "ami": "ami-7da07f5b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-45e910cb"], "subnet_id": "subnet-77afe794", "key_name": "prod-deploy-key" } } ] } ] }