{ "version": 4, "terraform_version": "1.6.5", "serial": 303, "lineage": "6346f8e3-af2b-892a-0b15-65cb88affc9e", "outputs": { "db_endpoint": { "value": "db-3.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-322314ef5e2f87afb", "ami": "ami-4218f2ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-32b34a05"], "subnet_id": "subnet-26e364cb", "key_name": "prod-deploy-key" } } ] } ] }