{ "version": 4, "terraform_version": "1.5.4", "serial": 397, "lineage": "8971a825-494d-320e-3305-624a82408d43", "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-ea680c145b9578455", "ami": "ami-cf4eeb02", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2dc3e586"], "subnet_id": "subnet-34622b08", "key_name": "prod-deploy-key" } } ] } ] }