{ "version": 4, "terraform_version": "1.6.2", "serial": 384, "lineage": "f897a48c-b852-d32e-51d0-c164ea09c93c", "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-6b6c49266c5098cfc", "ami": "ami-b7ed9e4d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f5e4077"], "subnet_id": "subnet-2f7413ec", "key_name": "prod-deploy-key" } } ] } ] }