{ "version": 4, "terraform_version": "1.7.1", "serial": 544, "lineage": "715d2ec3-b6e0-8373-628b-d4d12215b84d", "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-c2d5176bc073a7cbe", "ami": "ami-0bfb0e4f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-98972028"], "subnet_id": "subnet-8e8967b9", "key_name": "prod-deploy-key" } } ] } ] }