{ "version": 4, "terraform_version": "1.5.1", "serial": 252, "lineage": "6c491d05-d62d-d18c-5342-b46994da99f1", "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-34fed55e526235c95", "ami": "ami-486b45a2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ed53731"], "subnet_id": "subnet-5a77d2e1", "key_name": "prod-deploy-key" } } ] } ] }