{ "version": 4, "terraform_version": "1.8.8", "serial": 522, "lineage": "7e20aa26-a48f-e9ac-ff1a-5289b80b4441", "outputs": { "db_endpoint": { "value": "db-2.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-beb4e294a325b2b61", "ami": "ami-12093743", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b80c5a81"], "subnet_id": "subnet-27483aca", "key_name": "prod-deploy-key" } } ] } ] }