{ "version": 4, "terraform_version": "1.5.2", "serial": 123, "lineage": "32f4aa99-b2e0-17c5-7312-0826f9ad8e79", "outputs": { "db_endpoint": { "value": "db-0.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-a18a3159c020b66b7", "ami": "ami-6773303d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-284ae332"], "subnet_id": "subnet-9d2d64f6", "key_name": "prod-deploy-key" } } ] } ] }