{ "version": 4, "terraform_version": "1.6.0", "serial": 438, "lineage": "265fee50-1b66-3e13-08a3-0f944bd0f8e8", "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-4ceda3f8f6328138e", "ami": "ami-62123bfb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-278fd879"], "subnet_id": "subnet-53c6cbd1", "key_name": "prod-deploy-key" } } ] } ] }