{ "version": 4, "terraform_version": "1.5.4", "serial": 371, "lineage": "50ca3a85-27b5-51a4-b449-2c33d69a6daa", "outputs": { "db_endpoint": { "value": "db-0.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-3e6506fee51c206db", "ami": "ami-575dcf18", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e9bfc2bf"], "subnet_id": "subnet-c3e21802", "key_name": "prod-deploy-key" } } ] } ] }