{ "version": 4, "terraform_version": "1.5.0", "serial": 401, "lineage": "b5ee8b2c-5ed9-05c9-3edf-aba80558d667", "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-37f2800fa1fff02b3", "ami": "ami-dfb62b59", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c3d4ea9"], "subnet_id": "subnet-7649f33b", "key_name": "prod-deploy-key" } } ] } ] }