{ "version": 4, "terraform_version": "1.5.6", "serial": 469, "lineage": "a2a0f58d-f1f1-44e6-5774-d50823b8c288", "outputs": { "db_endpoint": { "value": "db-1.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-b7db073b8eb7fcfb8", "ami": "ami-63cff7b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11a45ca1"], "subnet_id": "subnet-da645d68", "key_name": "prod-deploy-key" } } ] } ] }