{ "version": 4, "terraform_version": "1.7.7", "serial": 456, "lineage": "18f34ddb-c379-2bd3-b081-e33e926ef986", "outputs": { "db_endpoint": { "value": "db-0.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-81e47a12624c96696", "ami": "ami-b79faab2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-99551421"], "subnet_id": "subnet-84369a90", "key_name": "prod-deploy-key" } } ] } ] }