{ "version": 4, "terraform_version": "1.7.1", "serial": 523, "lineage": "95051c4c-8944-621a-bd6d-ef8a15de6e51", "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-5b32a153e742d639c", "ami": "ami-e4d1bf1e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-eee8ffe0"], "subnet_id": "subnet-fc85b1c8", "key_name": "prod-deploy-key" } } ] } ] }