{ "version": 4, "terraform_version": "1.8.7", "serial": 153, "lineage": "897ee7e9-1546-9692-c53a-ee5f2bde356b", "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-c3aa225b339b87d2f", "ami": "ami-31ba319f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9fc99555"], "subnet_id": "subnet-2da2200c", "key_name": "prod-deploy-key" } } ] } ] }