{ "version": 4, "terraform_version": "1.8.1", "serial": 131, "lineage": "36cfdb35-157e-c911-dc3a-ee8d3cb64532", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9aeacad3ef1965412", "ami": "ami-4d45f084", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1a93ccb1"], "subnet_id": "subnet-a963ca1a", "key_name": "prod-deploy-key" } } ] } ] }