{ "version": 4, "terraform_version": "1.6.6", "serial": 593, "lineage": "a3de4d20-2ee4-9527-78aa-1184022c9f50", "outputs": { "db_endpoint": { "value": "db-2.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-0b82d734a3b765821", "ami": "ami-b888ffc3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fa785560"], "subnet_id": "subnet-4552dd7d", "key_name": "prod-deploy-key" } } ] } ] }