{ "version": 4, "terraform_version": "1.8.9", "serial": 441, "lineage": "f55e9b80-8b7c-37f9-2ef2-fb1889ab3f45", "outputs": { "db_endpoint": { "value": "db-3.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-a66e558875e1b848a", "ami": "ami-9ab77b87", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fed9b1b2"], "subnet_id": "subnet-66ae2216", "key_name": "prod-deploy-key" } } ] } ] }