{ "version": 4, "terraform_version": "1.7.7", "serial": 371, "lineage": "d24377da-8965-3987-3ff4-9b7f87b3dbd7", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-0f6f89b3df5ca31d6", "ami": "ami-d23db8a9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1ba6887b"], "subnet_id": "subnet-c84bc59e", "key_name": "prod-deploy-key" } } ] } ] }