{ "version": 4, "terraform_version": "1.6.1", "serial": 377, "lineage": "4a41fb91-c7ef-abcb-ce93-9924e89a5afb", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-db1dd7ebddb806e54", "ami": "ami-5c3c99c7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7cb36af7"], "subnet_id": "subnet-3f040f00", "key_name": "prod-deploy-key" } } ] } ] }