{ "version": 4, "terraform_version": "1.7.5", "serial": 348, "lineage": "27296475-8312-c421-72f7-c7fc83b5f2df", "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-8ba83734214cdbb43", "ami": "ami-c2721d06", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fcc31ee5"], "subnet_id": "subnet-5e597fc9", "key_name": "prod-deploy-key" } } ] } ] }