{ "version": 4, "terraform_version": "1.7.1", "serial": 215, "lineage": "c8583b19-f4b9-ce96-1bfb-af52bf7776db", "outputs": { "db_endpoint": { "value": "db-1.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-d26ae8c76dafa76f2", "ami": "ami-110845da", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fdac0da5"], "subnet_id": "subnet-76a4ae3f", "key_name": "prod-deploy-key" } } ] } ] }