{ "version": 4, "terraform_version": "1.8.1", "serial": 465, "lineage": "43ff33cd-a836-bd17-74c8-cf4ea8bb4c1a", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-c22cc2fc02fd15893", "ami": "ami-34fb8b16", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c195080f"], "subnet_id": "subnet-c4a95f0d", "key_name": "prod-deploy-key" } } ] } ] }