{ "version": 4, "terraform_version": "1.5.2", "serial": 133, "lineage": "86e6b076-2867-0990-284b-3a60f5cd9b02", "outputs": { "db_endpoint": { "value": "db-0.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-4de0116474eff52da", "ami": "ami-f4949b1a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e65e8056"], "subnet_id": "subnet-24214a7c", "key_name": "prod-deploy-key" } } ] } ] }