{ "version": 4, "terraform_version": "1.8.3", "serial": 238, "lineage": "06ccde5b-c04d-9400-4140-86eb22ee4c54", "outputs": { "db_endpoint": { "value": "db-1.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-8c725cc491c913a5d", "ami": "ami-5e18d869", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5886675e"], "subnet_id": "subnet-533d8cb4", "key_name": "prod-deploy-key" } } ] } ] }