{ "version": 4, "terraform_version": "1.5.3", "serial": 288, "lineage": "241ece4b-b337-67be-62d8-a2145a4df8b7", "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-c3b800ec64b44dc67", "ami": "ami-b8a3ba78", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b988fede"], "subnet_id": "subnet-3cb2da00", "key_name": "prod-deploy-key" } } ] } ] }