{ "version": 4, "terraform_version": "1.8.4", "serial": 103, "lineage": "8b2d11a0-5e30-dc02-2bc4-a9a310b89beb", "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-a30045d2e9494f767", "ami": "ami-5376039c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-00541ee2"], "subnet_id": "subnet-b75a8e43", "key_name": "prod-deploy-key" } } ] } ] }