{ "version": 4, "terraform_version": "1.5.8", "serial": 445, "lineage": "689f83e7-9071-87d8-f9a0-fc37edcf2079", "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-988bea911ab406bd1", "ami": "ami-6689f6b2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2bc1f1eb"], "subnet_id": "subnet-c90e7c7e", "key_name": "prod-deploy-key" } } ] } ] }