{ "version": 4, "terraform_version": "1.6.4", "serial": 471, "lineage": "d96a754f-ed25-d1c8-763a-165d2fc3d6d9", "outputs": { "db_endpoint": { "value": "db-3.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-4585d69b76edcda48", "ami": "ami-130113b0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f1e66ea5"], "subnet_id": "subnet-3423fc15", "key_name": "prod-deploy-key" } } ] } ] }