{ "version": 4, "terraform_version": "1.6.6", "serial": 192, "lineage": "61bb1b28-c14b-6e1f-2061-e74850995351", "outputs": { "db_endpoint": { "value": "db-3.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-c3b75d1b1edf6ef5a", "ami": "ami-b5c2901f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2ade1edc"], "subnet_id": "subnet-f6b00e43", "key_name": "prod-deploy-key" } } ] } ] }