{ "version": 4, "terraform_version": "1.5.0", "serial": 188, "lineage": "86c80555-609e-1803-eca7-09013f93a372", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2859fc3fe4ea457f2", "ami": "ami-1a14b3bc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-93c380a5"], "subnet_id": "subnet-f9446db3", "key_name": "prod-deploy-key" } } ] } ] }