{ "version": 4, "terraform_version": "1.8.6", "serial": 190, "lineage": "942366c2-677a-2b95-118d-f50c932d83a0", "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-520a6f58f8cfba8b3", "ami": "ami-e1f6e42c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d6da4b7b"], "subnet_id": "subnet-871c1489", "key_name": "prod-deploy-key" } } ] } ] }