{ "version": 4, "terraform_version": "1.8.1", "serial": 123, "lineage": "914cc0f6-85d6-4f54-3c1f-1663767f8b1f", "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-a67e49d1bf09a4a5c", "ami": "ami-763a7a72", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f7c5d391"], "subnet_id": "subnet-db32a4e0", "key_name": "prod-deploy-key" } } ] } ] }