{ "version": 4, "terraform_version": "1.8.8", "serial": 123, "lineage": "6e92798b-f15e-f472-e135-d10ad140fc2c", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b87778466d6e9337a", "ami": "ami-c002108e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1fe4a543"], "subnet_id": "subnet-95e6b76d", "key_name": "prod-deploy-key" } } ] } ] }