{ "version": 4, "terraform_version": "1.5.0", "serial": 372, "lineage": "3d4ab3e6-3d31-7370-9088-0279bb37d9d1", "outputs": { "db_endpoint": { "value": "db-2.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-0caeaf385f16a0fa3", "ami": "ami-7ff1c370", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6819d91e"], "subnet_id": "subnet-f551017d", "key_name": "prod-deploy-key" } } ] } ] }