{ "version": 4, "terraform_version": "1.5.4", "serial": 507, "lineage": "d215cad3-0cf4-d4ab-af58-6f667cbc6045", "outputs": { "db_endpoint": { "value": "db-3.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-91e6ae7a24c000d1d", "ami": "ami-7817c639", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f923aed0"], "subnet_id": "subnet-3b37c35b", "key_name": "prod-deploy-key" } } ] } ] }